{
  "name": "auth-service",
  "version": "1.9.18",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "dPPFdZVFOmfNt8nN3KAc"
  },
  "jwt_secret": "VL4zvTmGLwbwClyG76L+hrw/00rTbvay",
  "api_keys": {
    "stripe": "sk_live_o8NlhmNi7Ku77UIS6giU1UYd",
    "sendgrid": "SG.LvQq1e52zsmAsPxQlbvahw",
    "twilio_sid": "AC14b151aa00ec3b8e499ac44011aa5278"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}