{
  "name": "user-service",
  "version": "1.5.14",
  "database": {
    "host": "db-2.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IT1qAJrT25XeDQxUBYc1"
  },
  "jwt_secret": "KB75TJ3zgylYa2E9eW7yeMnwT+8m/CuT",
  "api_keys": {
    "stripe": "sk_live_dlxn0HbRWGPWfuyPupOD0BHc",
    "sendgrid": "SG.38EIRG67+mnmljN4g1ySqY",
    "twilio_sid": "ACc56658558f8850c6720b238bf7fc6790"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}