{
  "name": "user-service",
  "version": "1.0.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "1e4MCiKm3b8pjvsErgLx"
  },
  "jwt_secret": "we6bAkF0UrXKQW432ngd1SxWME0crzjy",
  "api_keys": {
    "stripe": "sk_live_rnmxWOZQC5VJq4AbNlsEVBcN",
    "sendgrid": "SG.GhgV+FbL1en90yT/HYdcFQ",
    "twilio_sid": "ACb4d8e3885dd8f2680dbf4bd83b7ae08a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}