{
  "name": "auth-service",
  "version": "2.9.9",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "KyKyKpUGyJNvnLlZen5t"
  },
  "jwt_secret": "K64wvGaZf9hznaGcSwEfBksXau595jP8",
  "api_keys": {
    "stripe": "sk_live_LSvN6Hzb6bVjMhpaVTXKKvQN",
    "sendgrid": "SG.yqfY5CuHxOvMhuoLHnCTj6",
    "twilio_sid": "AC3395cc725ab1688fdab94e8c8f71feba"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}