{
  "name": "auth-service",
  "version": "2.2.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kzsvALlKpCxs2rnZ7Tvi"
  },
  "jwt_secret": "cXs6oxXDC0gcLH4y2A4itl2SsZ1BAzBD",
  "api_keys": {
    "stripe": "sk_live_87BaKJg9XEzG6InOAHo9WbV5",
    "sendgrid": "SG.StSw6Y+m8ZFy9IkL7Pe9IY",
    "twilio_sid": "AC8dde559b9488bec94ce28dff5234a991"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@startup.dev"
  ]
}