{
  "name": "auth-service",
  "version": "2.5.17",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2rrgEJSgOGezjm3uZwLh"
  },
  "jwt_secret": "gnoLXVpUnuayNH/QU6TjW22lmTU63BZT",
  "api_keys": {
    "stripe": "sk_live_PRrHzygHcei1PqmGRSVYYPs5",
    "sendgrid": "SG.mTiwy6pWo0LDeqQcRRCncV",
    "twilio_sid": "ACaf51f24c0f1cbd8cad48f4e5b66c9665"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}