fix: launch on localhost

This commit is contained in:
Aravinth Manivannan 2022-12-12 15:14:55 +05:30
parent ccb9f0f046
commit 4db76a0705
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
1 changed files with 1 additions and 1 deletions

View File

@ -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.