{
  "name": "auth-service",
  "version": "2.5.18",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "a2oAkT28OgZZXCEXmTr2"
  },
  "jwt_secret": "y49bBm9ocQXn15XRNki8BOqDpwpE5Ju4",
  "api_keys": {
    "stripe": "sk_live_LOYM0Z17FPQcSLuwfgNuL4ry",
    "sendgrid": "SG.Uzvb/k7SAZmegwPF7FuBkI",
    "twilio_sid": "AC38425b91d6932b34a07e1071fb54fe07"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}