diff --git a/config/config.toml b/config/config.toml index f420ffb..5138145 100644 --- a/config/config.toml +++ b/config/config.toml @@ -14,7 +14,7 @@ password="longrandomlygeneratedpassword" port = 7000 #IP address. Enter 0.0.0.0 to listen on all available addresses #ip= "0.0.0.0" -ip= "192.168.0.104" +ip= "127.0.0.1" # enter your hostname, eg: example.com domain = "localhost" # Set true if you have setup TLS with a reverse proxy like Nginx.