## Address to accept incoming client connections (IP:PORT) ## type:string env:CFG_LISTEN longopt:--listen listen = 127.0.0.1:3133 ## Directory where license files are stored ## type:string env:CFG_LICENSE_DIR longopt:--license-dir license_dir = /opt/ntech/license ## Use specified proxy (MUST support HTTP CONNECT method) to access global license server (IP:PORT) ## type:string env:CFG_PROXY longopt:--proxy proxy = ## Bind address for embedded UI (IP:PORT) ## type:string env:CFG_UI longopt:--ui ui = 127.0.0.1:3185