{
  "name": "payment-service",
  "version": "3.3.28",
  "database": {
    "host": "db-2.internal.example.net",
    "port": 5432,
    "username": "app_service",
    "password": "4DwVGo8pGYqtnMS4TLKd"
  },
  "jwt_secret": "hF3w/qCfi50BkLq9sk38uFYy8IOFF5C9",
  "api_keys": {
    "stripe": "sk_live_GSwiYRunu6KVIovhrWOk6DVr",
    "sendgrid": "SG.tjdcpX8Zd3awlzni+GSA4Y",
    "twilio_sid": "AC0496a5157f56bb1efff2234f602c0177"
  },
  "admin_emails": [
    "admin@acme-corp.com",
    "devops@acme-corp.com"
  ]
}