{
  "name": "user-service",
  "version": "3.4.0",
  "database": {
    "host": "db-1.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "h5Yf5S7GNUatZuHgiZKk"
  },
  "jwt_secret": "KbGTcPV1qofXhFTrSmk0zH2xtDTvk1v4",
  "api_keys": {
    "stripe": "sk_live_6035ozFAP6HUuP0XxohdSh1m",
    "sendgrid": "SG.EPGpdPbKD0EfDxMPfr4hgP",
    "twilio_sid": "AC13d3698af364f491d67bc4d0285d65d0"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}