{
  "name": "auth-service",
  "version": "3.8.17",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "7G68zedtFnI0re67k9NM"
  },
  "jwt_secret": "jlRhOkJhWwysEEGXVWgmhK7VK5iGIG6s",
  "api_keys": {
    "stripe": "sk_live_zsN5rtPRhh8Pa4MWViGHPE0w",
    "sendgrid": "SG.G1M8y2Qgbvhc7YP56zp+Tu",
    "twilio_sid": "AC5415d42facf9599ecd53194a3b6adeb2"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}