Type object
File match gwcore.json gwcore.yml gwcore.yaml gatewaycore.json gatewaycore.yml gatewaycore.yaml *.gwcore.json *.gwcore.yml *.gwcore.yaml *.gatewaycore.json *.gatewaycore.yml *.gatewaycore.yaml
Schema URL https://catalog.lintel.tools/schemas/schemastore/gatewaycore-api-gateway/latest.json
Source https://raw.githubusercontent.com/cloudtoid/gateway-core/master/src/Cloudtoid.GatewayCore/Options/Schema/2021-07.json

Versions

Validate with Lintel

npx @lintel/lintel check
Type: object

Root Schema of options for Cloudtoid GatewayCore

Properties

system object

This section that contains all system wide configurations.

1 nested properties
routeCacheMaxCount integer

The maximum number of mappings between "inbound downstream request path" and "outbound upstream request URL" that can be cached in memory.

Default: 100000
routes Record<string, object>

This is the section in which proxy routes are defined.