{
  "name": "auth-service",
  "version": "2.2.23",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dSFGSszW3qjVyi8F4v3q"
  },
  "jwt_secret": "OZocyqwG6/qv/ULFcHRsKZ6R9PgD+/sx",
  "api_keys": {
    "stripe": "sk_live_jcw2MAvx3h7VrxOvuQ2kobDL",
    "sendgrid": "SG.4hgLpnIU9Sq22KeDd7Ek31",
    "twilio_sid": "ACb467f79fd164234b06cef7cce0815149"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}