{
  "name": "payment-service",
  "version": "2.2.1",
  "database": {
    "host": "db-3.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "9emCfV6gpIgpxw7TrDR4"
  },
  "jwt_secret": "U/sjq4WTf1ENwlbsM4hVVef+kjho2o8+",
  "api_keys": {
    "stripe": "sk_live_M6bMVsm1Ct9BeBmzq9cagAQh",
    "sendgrid": "SG.BBI1hc0qsLI3wtCDxULELz",
    "twilio_sid": "ACbc4caafbfa08a923fa1d056aeaf2868a"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}