{
  "name": "auth-service",
  "version": "1.8.29",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "XrCwkuuTL4Cjm0pCrolc"
  },
  "jwt_secret": "FpS+xu0aWwUmSupll89ErJLVm3Z8aupc",
  "api_keys": {
    "stripe": "sk_live_MPXDLEnEE1v4xLhljVZGRSQ8",
    "sendgrid": "SG.MkHgK+3FPTw0WMR0cGVEtl",
    "twilio_sid": "AC337f68086307ca2a8828ea0a800886d4"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}