{
  "name": "auth-service",
  "version": "1.9.21",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "OD47XoWARyFwZa6GwcCy"
  },
  "jwt_secret": "fA3ka9s6hX++flfbbgzQngx6zFe3bSt6",
  "api_keys": {
    "stripe": "sk_live_Mx9Ewg50Rtmwj8NaNOLDqTzk",
    "sendgrid": "SG.G1Hde5Lkagy8v+zl7GYEDJ",
    "twilio_sid": "AC4c863fb7b5e2909cbb77b89253dc1f9c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}