{
  "name": "auth-service",
  "version": "2.7.18",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "LwImzjDSvdMEqG4eI0sb"
  },
  "jwt_secret": "GiseNUBZZAAkUPf4egap/3OlK8dHzLk7",
  "api_keys": {
    "stripe": "sk_live_KFxesJYefLwVXAPYpq0fTZ5Y",
    "sendgrid": "SG.mIcAjL/WMSE+9sTl2p3JwK",
    "twilio_sid": "ACb13f5e98a1b68bc46754bceeaf043dca"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}