{
  "name": "auth-service",
  "version": "1.8.10",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "G3tixWinJh1Fgp6YdzJh"
  },
  "jwt_secret": "CHV9PXlNvJ8ADK66OEbobPKaocQqVeBI",
  "api_keys": {
    "stripe": "sk_live_fpV06YP2vie4EJ2gkR2EyEUK",
    "sendgrid": "SG.gAQjxI7RACrY7sVk+DZntU",
    "twilio_sid": "ACd70a02352496598f66b6f9c99af600a1"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}