{
  "name": "auth-service",
  "version": "3.3.14",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eDgMVabgNbShEQX15UVH"
  },
  "jwt_secret": "IYy6liTM0dmcNSOPea6wAT75R6H0DaeT",
  "api_keys": {
    "stripe": "sk_live_ZeB25WhwDU7cm3uufm7mLfyM",
    "sendgrid": "SG.autYZhufImhB7fGH7wzPwX",
    "twilio_sid": "ACdeb783579f788ed4206bf1e082ea95b4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}