{
  "name": "user-service",
  "version": "1.1.9",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "IDNKhLrdD614Toyy04KL"
  },
  "jwt_secret": "QVOp3Su4FzebyiB/Tcn6Y/kSnmCtRGaM",
  "api_keys": {
    "stripe": "sk_live_CwHrApBL40W0EsyCU6aIQAGi",
    "sendgrid": "SG.qp7L5me0R39S0fxEvEs++1",
    "twilio_sid": "ACb5eef82656f954cf9b396ccc9fc88e79"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}