{
  "name": "user-service",
  "version": "1.1.28",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "SExPQcI7YkGskvBMOIKh"
  },
  "jwt_secret": "1F3rm1GgAMiPndndmiJCw5IX2A1W5eGV",
  "api_keys": {
    "stripe": "sk_live_xJpp1rYDEymK0gPbNLgZLUiC",
    "sendgrid": "SG.qrYliWbl+eOPsEpRyanjYg",
    "twilio_sid": "AC9162f9b18682d7340da465d0855d186b"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}