epicgames-freegames-node
    Preparing search index...

    Class WebPortalConfig

    Index

    Properties

    baseUrl?: string

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

    https://epic.example.com
    
    http://localhost:3000
    

    BASE_URL

    listenOpts?: ListenOptions
    { port: 3000 }
    

    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

    true
    
    false
    

    LOCAL_TUNNEL

    serverOpts?: ServerOptions