{
  "name": "auth-service",
  "version": "3.9.20",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wTD1KtRyj1Vh0dleT7ci"
  },
  "jwt_secret": "yLRpp7U8wDdbO5ikckArKxGS0086e0Im",
  "api_keys": {
    "stripe": "sk_live_HLTt0y2Ki0MwpOhG8c1GKO3n",
    "sendgrid": "SG.fCLf4Dwoy05bCTCd19D0cm",
    "twilio_sid": "AC4c82a5fa299328f8e43e969b71aee1fa"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@widgets.io"
  ]
}