{
  "name": "auth-service",
  "version": "1.3.20",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "U1Sq6kpLg6aVDqi6gHH0"
  },
  "jwt_secret": "2qQE0mmwMA/CXUGwdxOEGhJNXG6Iv4OC",
  "api_keys": {
    "stripe": "sk_live_D369bXVBi1NmR6mWygL1pVI6",
    "sendgrid": "SG.YN/5o7vavduauRwo/gY+WC",
    "twilio_sid": "ACdd171cb04187d0d8e172fda4183c86f3"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}