{
  "name": "auth-service",
  "version": "2.2.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Sw8rezltVO3jJ5EqEeD7"
  },
  "jwt_secret": "hwc8UKxl4HAexVAMm+Yl8PkCObCl83Yg",
  "api_keys": {
    "stripe": "sk_live_lmoCYZoxsrP2UpCduHtXF9AK",
    "sendgrid": "SG.Rv07ESaonHzBJ9JLd37cFK",
    "twilio_sid": "ACf4a5a78845fd5ec3049066438325c69c"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}