fix: launch on localhost
This commit is contained in:
parent
ccb9f0f046
commit
4db76a0705
1 changed files with 1 additions and 1 deletions
|
@ -14,7 +14,7 @@ password="longrandomlygeneratedpassword"
|
||||||
port = 7000
|
port = 7000
|
||||||
#IP address. Enter 0.0.0.0 to listen on all available addresses
|
#IP address. Enter 0.0.0.0 to listen on all available addresses
|
||||||
#ip= "0.0.0.0"
|
#ip= "0.0.0.0"
|
||||||
ip= "192.168.0.104"
|
ip= "127.0.0.1"
|
||||||
# enter your hostname, eg: example.com
|
# enter your hostname, eg: example.com
|
||||||
domain = "localhost"
|
domain = "localhost"
|
||||||
# Set true if you have setup TLS with a reverse proxy like Nginx.
|
# Set true if you have setup TLS with a reverse proxy like Nginx.
|
||||||
|
|
Loading…
Reference in a new issue