{
  "name": "auth-service",
  "version": "3.9.2",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "PIusijG9ImFLMPfb97LZ"
  },
  "jwt_secret": "U4w1YQ5eYB13afoMkwDTxLD301hyWInM",
  "api_keys": {
    "stripe": "sk_live_12fXL2Pf3qWFI9TDYQ0hOEyD",
    "sendgrid": "SG.1TNHCqYNCQRpFv67CbiybB",
    "twilio_sid": "AC5e82c68a76d92ae57bad73ad9edcbc7d"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}