{
  "name": "auth-service",
  "version": "3.5.29",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "nL5dVMCGZkU3jieX7YMi"
  },
  "jwt_secret": "+tDoiZSgJtY1ffOEWPE2uz/RTof1YsAs",
  "api_keys": {
    "stripe": "sk_live_DY1j8BYdrRHuhnphjGuXopYt",
    "sendgrid": "SG.ewj4XpqgJ4GP6/ThEExTt5",
    "twilio_sid": "AC49e199717abd722292784c861a3b43ea"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}