Main configuration file of the Gateway.
In the application directory: appsettings.json
{ "Gateway": { "DefaultDialect": "mssql", "DetailedErrors": false, "AllowAdHocQueries": true, "Databases": [...] }, "Kestrel": { "Endpoints": {...} }, "Logging": {...} }
| Section | Description |
|---|---|
| Gateway | Application configuration |
| Kestrel | HTTP server (ports, HTTPS) |
| Logging | Log level and output |