{
  "name": "auth-service",
  "version": "2.4.6",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "wQRaPIxZx4SUZ7rCeu2a"
  },
  "jwt_secret": "hccrCVrIrtc9kpT4jQAhfMIRqk9Oez7Y",
  "api_keys": {
    "stripe": "sk_live_aFpV3DWkUeJhEZTKnAnIc1lY",
    "sendgrid": "SG.LLMGyHxACORbkDXj9je770",
    "twilio_sid": "ACd9cadd7b6f261d709aec84e47d869501"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}