{
  "name": "auth-service",
  "version": "2.7.9",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wacML18m9LO9OtIEXWJp"
  },
  "jwt_secret": "zO1XHlt+5mk6Ltx12E0oxnIf+J5S31oS",
  "api_keys": {
    "stripe": "sk_live_QhRL4XMliaH71G7ywmrw3Qat",
    "sendgrid": "SG.JgJ4T6lWzgMxIVJmXuh02Q",
    "twilio_sid": "AC05ed1ed85e15941fcc5a37636fc1f71b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}