{
  "name": "auth-service",
  "version": "3.7.20",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EyTNZIpmlFGYC40zs209"
  },
  "jwt_secret": "sm5nYcI7HIMUrVIsB4ZLWG6E0cjpV/rn",
  "api_keys": {
    "stripe": "sk_live_3xuRZ1tUlC2JSEoPWujbzGWV",
    "sendgrid": "SG.08YkHxjl3GL2V2N1IylUY4",
    "twilio_sid": "ACc876c3a61969ba7c4c4278f42a663201"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}