Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 474 Bytes

configuration.rst

File metadata and controls

22 lines (15 loc) · 474 Bytes

Configuration

If you want to run on a different hostname or port then change the default values in custom.cfg:

$ cd emu
$ vim custom.cfg
$ cat custom.cfg
[settings]
hostname = localhost
http-port = 8094

After any change to your custom.cfg you need to run make update again and restart the supervisor service:

$ make update    # or install
$ make restart