{
  "name": "user-service",
  "version": "3.5.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "2hM4QwUH5uGtz5Ypoygs"
  },
  "jwt_secret": "H1S4/pEcgLXiT3YZMhhp9l3EN4Nbx85d",
  "api_keys": {
    "stripe": "sk_live_dIt7nX8rf7LUJH9r6onRcr42",
    "sendgrid": "SG.mYpJa2vvk8i+QXiYDo9W+W",
    "twilio_sid": "ACe2e788a255d4b4c173e3f2b55dcefce4"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}