API Reference / @evolu/nodejs / index / NodeJsRelayConfig
Interface: NodeJsRelayConfig
Defined in: nodejs/src/Evolu/Relay.ts:24
Extends
Properties
Property | Modifier | Type | Description | Inherited from | Defined in |
---|---|---|---|---|---|
enableLogging? | readonly | boolean | Enable or disable console logging. When true, logs are output to the Console; when false, logging is disabled for all methods except error , which always outputs to ensure critical issues are not missed. Default is false. | RelayConfig .enableLogging | common/dist/src/Console.d.ts:62 |
name? | readonly | string & Brand <"SimpleName" > | - | RelayConfig .name | common/dist/src/Evolu/Relay.d.ts:10 |
port? | readonly | number | - | - | nodejs/src/Evolu/Relay.ts:25 |