{
  "name": "auth-service",
  "version": "2.3.26",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "aSXKbHicMGGpfw9hBOWH"
  },
  "jwt_secret": "dtjJ3H7VuUmavTjBRcKU68lcTFeL0AS5",
  "api_keys": {
    "stripe": "sk_live_uU7sl9CnxpbYE7UwJV5rEGRi",
    "sendgrid": "SG.G0wlpGsnZ44+/5ah6nwmek",
    "twilio_sid": "AC6170c6fb12cf5446c95d56d0464f836a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}