{
  "name": "user-service",
  "version": "3.8.5",
  "database": {
    "host": "db-4.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "pKhMVLeTs0CKDv5PZDFL"
  },
  "jwt_secret": "W3LfWoLb/OcViLYCBpUd3ZZrPf3b93ap",
  "api_keys": {
    "stripe": "sk_live_UpUcCGoOLOlnZVqDtmiKF8HV",
    "sendgrid": "SG.tRsVgakcTkTLQ5pC/UhOLs",
    "twilio_sid": "ACdfd84854681bb15b79206a1ab4043791"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}