{
  "name": "user-service",
  "version": "3.5.9",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "MmLJr3d6idIu8N7bj5Ef"
  },
  "jwt_secret": "0zc0g1+Zy+ZYSned2aI1jc2mPsN6EGdU",
  "api_keys": {
    "stripe": "sk_live_6pCfSm8xBwZBY9PigNXMGwpR",
    "sendgrid": "SG.FxTmdOJ17hNuOrvJNTAlwW",
    "twilio_sid": "AC3e86c3193ccb101989def778f9cca147"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@widgets.io"
  ]
}