From 4db76a07057ae6632a6a84d617ed1faa843a51e6 Mon Sep 17 00:00:00 2001 From: Aravinth Manivannan Date: Mon, 12 Dec 2022 15:14:55 +0530 Subject: [PATCH] fix: launch on localhost --- config/config.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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.