{
  "name": "auth-service",
  "version": "3.2.27",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "K17koOMYflBQ3CKseMvU"
  },
  "jwt_secret": "MP3zNKAwxnndeiQZJ1HeP6Tb9HtDnpjm",
  "api_keys": {
    "stripe": "sk_live_cDxVB9ISGXvP7KUaZVLQgG2b",
    "sendgrid": "SG.TIAct6gB86QPa5YEix9xQz",
    "twilio_sid": "AC23a95c003b5be48f229562fb10c287b9"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}