{
  "name": "user-service",
  "version": "1.7.15",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "kLDIHdZ4CkfYRGR95lei"
  },
  "jwt_secret": "xTEzI00d0ddVtEXPZqUgHMgJey31EcKh",
  "api_keys": {
    "stripe": "sk_live_8CefvDiceZbSzVUlpBaNgrq0",
    "sendgrid": "SG.A/YcNtydLqYEyE7jBn1Pah",
    "twilio_sid": "AC64f80d35b1852757308ba57bcaad4126"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}