{
  "name": "auth-service",
  "version": "2.4.19",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "ZnAD0i4WY3a6TVFfnf9q"
  },
  "jwt_secret": "tlufKgOHI/skLAQQ+PXryheeGwDlcybU",
  "api_keys": {
    "stripe": "sk_live_Pb0LslElvOgcpeozySyM0I36",
    "sendgrid": "SG.IyLgsEY+APc6UCiv4j2m5M",
    "twilio_sid": "AC81ebc2b403b6ba735df21dd980cbeffe"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}