{
  "name": "auth-service",
  "version": "2.6.21",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KGnwfV14ldxmZPPGEnBm"
  },
  "jwt_secret": "7Tjo0ru9pp60xVMDTsX7AuPAnhY6pZrB",
  "api_keys": {
    "stripe": "sk_live_WVIak9j3mlt7R3UWkLx3BYHg",
    "sendgrid": "SG.CrKghdNiV+M1qOUiQccXRa",
    "twilio_sid": "AC6bff0b144067d7ba20f267471ffaa847"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}