{
  "name": "user-service",
  "version": "3.4.15",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "VzOPEdcOduJEActQ7yHL"
  },
  "jwt_secret": "6DRspfufGd4DciInH+zCWAmmP/ozO4OK",
  "api_keys": {
    "stripe": "sk_live_JaRs7Pz8Zfcg1YmlpNljPAln",
    "sendgrid": "SG.Y8jLRF4ckaZRIsgKobylrT",
    "twilio_sid": "AC18eb5a0a6ec38c45d665d00f058e25ba"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}