{
  "name": "auth-service",
  "version": "1.3.9",
  "database": {
    "host": "db-0.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "z3EuxvolXr98pLW0TDdK"
  },
  "jwt_secret": "0LbVdeoRX8TG5g7PPyVW/ypfcTlnDKOJ",
  "api_keys": {
    "stripe": "sk_live_khOiq590ivSiZzersUKck0ug",
    "sendgrid": "SG.r/oPnBSy08lrhxKFqcIYpQ",
    "twilio_sid": "ACf7533a5c3e6ec4a18e556e6b445e1040"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}