{
  "name": "auth-service",
  "version": "1.1.24",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "3RMxrJQYbj7ylTCbhHDu"
  },
  "jwt_secret": "kabEorgi+XvU3DK9LusjqJbOOIRIG/6v",
  "api_keys": {
    "stripe": "sk_live_Kg2L7rwqFRLgWL6v8pqVKoVR",
    "sendgrid": "SG.cNtxdklIn78BwadXpRgOKo",
    "twilio_sid": "AC46583bfbc00ed9be9359e224092564a5"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}