{
  "name": "auth-service",
  "version": "3.9.19",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "kF3Qh0w57WyV9WS0ODgG"
  },
  "jwt_secret": "dOL5K9VbmOmLckAEsnSkEyobYtm/OC5F",
  "api_keys": {
    "stripe": "sk_live_pjz3NPJCSsnYE85OA9hNW0F4",
    "sendgrid": "SG.Al+IFOTmckwVIyQuW281e5",
    "twilio_sid": "AC121d756a7d8fc48d26c982691ab1ee2b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}