nestjs-clone-bay docs
GitHub
GitHub
  • Introduction
  • Testing
  • API Reference

Interface: CloneBayModuleOptions

Properties

afterLoginUrl

• Optional afterLoginUrl: string

URL whereto redirect user after successful login.

Defined in

lib/src/clone-bay-module-options.interface.ts:10


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:30


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:21

Edit this page
Last Updated: