{
  "name": "auth-service",
  "version": "3.9.7",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9lwyJ9YblurEsxoe1FmL"
  },
  "jwt_secret": "YTGGI5JTfzFjRecnezcsjGrGIbFAqbgd",
  "api_keys": {
    "stripe": "sk_live_iwn9lfthw3b2Dz1kZnrIrv5f",
    "sendgrid": "SG.YGdwC1rKop7GWADdFOmtkJ",
    "twilio_sid": "AC6deb434fd537dafa482e2737eca49717"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}