{
  "name": "payment-service",
  "version": "2.8.8",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "uKQ1yPGGGnw2SPw6w38g"
  },
  "jwt_secret": "RXaM9JN/zpclcLc5yVbsFZA92nlNK3p3",
  "api_keys": {
    "stripe": "sk_live_59CpMLLq1nPtUoQmtZ5NOC6m",
    "sendgrid": "SG.cld3x/lMRWWjegCi0zQGJ2",
    "twilio_sid": "AC95e414fe2e25c0e9e3baa56e10f3ce73"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}