Skip to content

@swapped/connect-sdk / core / SwappedRemoteConfigGateway

Type Alias: SwappedRemoteConfigGateway

SwappedRemoteConfigGateway = object

Defined in: src/config/remote-config.types.ts:91

Gateway host override. baseUrl: null keeps the SDK environment default (connect.swapped.com in production, staging.swapped.app in staging).

A published string must be https: with a hostname equal to or a subdomain of swapped.com / swapped.app. Anything else is ignored and the environment default is used.

Properties

baseUrl

baseUrl: string | null

Defined in: src/config/remote-config.types.ts:96

Absolute gateway origin, or null to keep the environment default. Default null.