{
  "name": "user-service",
  "version": "1.8.8",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "SeSgjIYLB2ZubvZL0K3f"
  },
  "jwt_secret": "wex71i+iVfT7F0MlFoW7iCCGd/4kxVub",
  "api_keys": {
    "stripe": "sk_live_Z3dscfmnIrLHraloeZWLhYXA",
    "sendgrid": "SG.6HEC/iaJp5dWA2oOHHO4ba",
    "twilio_sid": "ACbbcebe9ebc4e359806d04c66fd9e3175"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}