{
  "name": "auth-service",
  "version": "3.6.13",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "bMpoLxrCzYnJCR5gpZgb"
  },
  "jwt_secret": "0tDd3Y907xvtuWhelkLuFWGbZ94aTfGh",
  "api_keys": {
    "stripe": "sk_live_ZVqXzjoCFuE3Sj0OvRYX8DBw",
    "sendgrid": "SG.j2a3R0LhpDgKHcvyLIM9zI",
    "twilio_sid": "ACcc501ca1754ee88f6970c4bab5b2c77a"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}