{
  "name": "payment-service",
  "version": "2.0.12",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "eBJrqwISTG7Ei1ejUfWs"
  },
  "jwt_secret": "x3Kon3JcACUxnTvYos8KOcxLpAA7W03G",
  "api_keys": {
    "stripe": "sk_live_Li6EB8P0UbkSvi4IXNbe86nK",
    "sendgrid": "SG.kP66RPpj7ASep91ar0fwPV",
    "twilio_sid": "AC6157c834fc637b1b6bf6aa5b027c2b1f"
  },
  "admin_emails": [
    "admin@startup.dev",
    "devops@acme-corp.com"
  ]
}