{
  "name": "auth-service",
  "version": "3.8.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "EiRG4Gp63Fn8ObTTOL9D"
  },
  "jwt_secret": "xhWtd8Xhvlcl1XKwvCtWXMi64gCm5OZd",
  "api_keys": {
    "stripe": "sk_live_vh6AiRghPDcqQnYHaK7mHADc",
    "sendgrid": "SG.RY9O0Vzi5kclfufSqYWehc",
    "twilio_sid": "ACdc3f2829f0e9c457b47599ff531e7e3f"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}