Configure

Opening the browser by default

When you run the application, it will automatically launch your default browser.

If you wish to disable this behavior, please edit the configuration file, config/main.json and set the "openBrowser" property to false.

Then, you can open the application in the preferred browser, by visiting:

http://localhost:2120

Setting the default port

The application uses port 2120. If this port is occupied on your system, the application will try to look for consecutive opened ports. If it is unable to find one (20 consecutive ports are tested), the application will exit.

You can set the default port in theĀ config/main.json file, by modifying the "defaultPort" value.