{
  "name": "auth-service",
  "version": "2.4.26",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "BRW9yiWjPVoWauPOx8gd"
  },
  "jwt_secret": "kSPQs7mFdxLH2xSRcCnTDOuyeRgnbvdN",
  "api_keys": {
    "stripe": "sk_live_29XgXuMaKQB6LDB21g83SboQ",
    "sendgrid": "SG.ybb90EEI9LKmKE4TAnNEMw",
    "twilio_sid": "AC7bff5e6fb3161e12993ce9b247e08247"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}