{
  "name": "auth-service",
  "version": "1.7.12",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "EdxtpHm2vIOFgOxI2CFF"
  },
  "jwt_secret": "HN0o1UO1neiIoEhHViVTZZImtQ0R3Vus",
  "api_keys": {
    "stripe": "sk_live_w1jOSSjGdBIMrGfe0QmtHDPK",
    "sendgrid": "SG.x2AW/OaQkIJkLUnL9fpFOK",
    "twilio_sid": "AC8b773cd56a10b610022ae44caa020344"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}