Update web UI listen port in user_config.json to 7001
This commit is contained in:
parent
3b4e2ef9c0
commit
fc2ede45b8
1 changed files with 1 additions and 1 deletions
|
|
@ -5,6 +5,6 @@
|
|||
"webui" :
|
||||
{
|
||||
"force_https": true,
|
||||
"listen" : "127.0.0.1:8888"
|
||||
"listen" : "127.0.0.1:7001"
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue