Properties

baseUrl?: string

The URL base that will be returned when a device token login is required

Example

https://epic.example.com

Default

http://localhost:3000

Env

BASE_URL

listenOpts?: ListenOptions

Default

{ port: 3000 }

Env

SERVER_PORT (for {port: SERVER_PORT} only)

localtunnel?: boolean = ...

If true, provide a remotely accessible web address via localtunnel without the need to port forward or reverse proxy

Example

true

Default

false

Env

LOCAL_TUNNEL

serverOpts?: ServerOptions

Generated using TypeDoc