{
  "name": "auth-service",
  "version": "2.2.14",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "1d6WfA471pk93AXGIb6O"
  },
  "jwt_secret": "br+DkU9FOVBjCHiGT1ZaMeA/g9qO1p0f",
  "api_keys": {
    "stripe": "sk_live_SIgGAftd7clcNwlVIzlmgJv5",
    "sendgrid": "SG.o3FBbD1IwWr+Py+TBM38aK",
    "twilio_sid": "AC0f231d1581d4f80b48f4b8fb0c47e9e4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}