{
  "name": "user-service",
  "version": "3.9.6",
  "database": {
    "host": "db-4.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "gY1k0M67owUf3cIkKC8l"
  },
  "jwt_secret": "rbGd5GNXYf7qTAuIvbNxrlev7mviwweH",
  "api_keys": {
    "stripe": "sk_live_PBgQYr947yIXIqqEOkUT9Pso",
    "sendgrid": "SG.a15LbRc3W298BPFT70fYRY",
    "twilio_sid": "AC9ae227414619cbdd9a73ef46e4994b23"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}