{
  "name": "auth-service",
  "version": "2.8.8",
  "database": {
    "host": "db-0.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "zNZ7MLKh5N37S0BMn3cB"
  },
  "jwt_secret": "1dgR/wlBgDYn5xgQ5EqhPIYcTsbv+iHZ",
  "api_keys": {
    "stripe": "sk_live_ExMwuTbVm8TWPWpa0zZYBQmE",
    "sendgrid": "SG.nzzsQfLRPqrXe/1a806E1b",
    "twilio_sid": "ACbf75e8ba130e7547102c8f884f77149a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}