{
  "name": "auth-service",
  "version": "1.8.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gVpGgIUibrMF5Me02icT"
  },
  "jwt_secret": "C1+txjNYT6Ko7e2rYH4RPwwjZvW+/PUE",
  "api_keys": {
    "stripe": "sk_live_4eHsxTDND8VxcXw5R9UAWQc9",
    "sendgrid": "SG.9awqMSdYQ2bXbCkcK+7WLu",
    "twilio_sid": "ACdfd4be0682bf1affa3991d3265a69f9b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}