{
  "name": "user-service",
  "version": "3.2.9",
  "database": {
    "host": "db-3.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "wxfxsLO5yRisKgTPUwbx"
  },
  "jwt_secret": "57DcPoDhciQLi8M8RlfgE6zF1fdpv/DV",
  "api_keys": {
    "stripe": "sk_live_K0V1KWQ2gH6JUR5JyQQLKgGW",
    "sendgrid": "SG.BtBHRtqeOA6WRlPdUpqoPe",
    "twilio_sid": "AC5aa92bd342bddcc9d6a2c8134dfbf343"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}