{
  "name": "auth-service",
  "version": "1.9.0",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "J3WrLZ0uP6gmpu04L8mv"
  },
  "jwt_secret": "jdLeb6Z77AkajshSb/KCituR2QHLcbe/",
  "api_keys": {
    "stripe": "sk_live_1yy7t3wNw8D6wXo6hnWJ1RF5",
    "sendgrid": "SG.pWItysLcX19Cl0bijufEOI",
    "twilio_sid": "ACbc87062450e01c43aa7d1883bbc23fda"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@startup.dev"
  ]
}