{
  "name": "auth-service",
  "version": "1.4.3",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "grHib7b1KfykWjAKnMxH"
  },
  "jwt_secret": "x4+iU4tQRZIcc1GtoznucyL3a3ZhpDz7",
  "api_keys": {
    "stripe": "sk_live_0KlidfaFp79nIhaiXEO1fQiC",
    "sendgrid": "SG.Rkpi7WASib7lon53nPlO20",
    "twilio_sid": "ACbdb931224c56b503fbda37784ed9aad9"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}