{
  "name": "user-service",
  "version": "2.3.1",
  "database": {
    "host": "db-1.internal.company.com",
    "port": 5432,
    "username": "app_service",
    "password": "vuCaVraUHiBO1YL0g2jg"
  },
  "jwt_secret": "XAZAk690s1LlLplBYCp940teyxr695X8",
  "api_keys": {
    "stripe": "sk_live_m4luJgy7nToWdwwBt4b3Y9D7",
    "sendgrid": "SG.KnOxLu7OkXlpoRtd5KLhMo",
    "twilio_sid": "AC10347a798073a6de13b0a277f5e2a810"
  },
  "admin_emails": [
    "admin@widgets.io",
    "devops@widgets.io"
  ]
}