Interface: CloneBayModuleOptions

Properties

afterLoginUrl

Optional afterLoginUrl: string

URL whereto redirect user after successful login.

Defined in

lib/src/clone-bay-module-options.interface.ts:6open in new window


dynamicConfigOverride

Optional dynamicConfigOverride: Partial<DynamicConfig>

Override dynamic configuration values.

Use dynamic configuration easily when developing or if you don't need the config values to change during run time. Given options completely override their dynamic counterparts.

Defined in

lib/src/clone-bay-module-options.interface.ts:26open in new window


esiBaseUrl

Optional esiBaseUrl: string

Optionally override default ESI API host.

Use this to direct ESI API calls to a custom host. Overrides only the host part of URL. Useful for E2E testing.

Note that this does not affect SSO authentication. That can be configured via nestjs-eve-auth options.

Defined in

lib/src/clone-bay-module-options.interface.ts:17open in new window