{
  "name": "user-service",
  "version": "2.3.8",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "Um02vEL2v5TFpNF6PKig"
  },
  "jwt_secret": "EQwIGUxJVY6BJgBHcorKhqS09/7vsrHE",
  "api_keys": {
    "stripe": "sk_live_4XPc7IZMH9pWI8iIGc1w5Bnj",
    "sendgrid": "SG.Q3hK539XvkcbbcqAs5bIEp",
    "twilio_sid": "AC54b037d25e7a6a8e85126254d9274339"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}