{
  "name": "auth-service",
  "version": "3.6.19",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "srg61uFEZJi9FXD9NoUx"
  },
  "jwt_secret": "J/EcybHo/NUYaFSuVOBiS6X0VPDIGtpA",
  "api_keys": {
    "stripe": "sk_live_eGjYYCn8LnRuEOiD7rF03pQ4",
    "sendgrid": "SG.RYpa7YWANku6uSlWboFSZi",
    "twilio_sid": "AC0a113793dcf77e64f35f512b373e0db7"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}