{
  "name": "user-service",
  "version": "3.2.3",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "ObxBvVilEZhOEwmsnuvY"
  },
  "jwt_secret": "5mOsRUfy2q7W+LrFanWLpaDpa3uAQ9L4",
  "api_keys": {
    "stripe": "sk_live_POHAZUlIL7z53OiCd7DWcIfD",
    "sendgrid": "SG.GFt3/wTX+kz2fsA8R2HPb8",
    "twilio_sid": "AC4594ab68f22f677e2b815c05fe83b366"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@acme-corp.com"
  ]
}