{
  "name": "auth-service",
  "version": "3.4.23",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2N52x3ydudwX9w3yBFRF"
  },
  "jwt_secret": "2BlUnaZ1UecWnWRGaoXAn89e4iHPVaj8",
  "api_keys": {
    "stripe": "sk_live_lbZF8XrDEop9sGcWEo2REo3P",
    "sendgrid": "SG.s07gEbOiNhsitHPs0A8s6j",
    "twilio_sid": "ACe826a646a78b883b3b9846f368dbe850"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}