{
  "name": "auth-service",
  "version": "2.2.28",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "B99ENBYXcS9oPhhLdq8d"
  },
  "jwt_secret": "YzdwlZm449mvhHp1F1DMRlp34LV6zFqY",
  "api_keys": {
    "stripe": "sk_live_pRviWzpMkBx2lRtNGe0238zT",
    "sendgrid": "SG.YPyGMAGQpv/6UAzW7r6dN4",
    "twilio_sid": "AC6b06134c468e6214c9c59d6084409f12"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}