{
  "name": "user-service",
  "version": "1.2.7",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "vRcSTv3eOCaZz16pojsb"
  },
  "jwt_secret": "GhOvmSPzvzhSxn1YDLekgbchuTTwee4K",
  "api_keys": {
    "stripe": "sk_live_z4D5lTBwxlt5ucycHUmVPyTj",
    "sendgrid": "SG.8SDfJ2/jTGX7ZTci/65I9W",
    "twilio_sid": "AC6d46a287081bd6e01ea526560c867719"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}