From 5e662c5e546f823788f416beb3be85c4145730ac Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Mon, 12 Aug 2024 13:49:24 -0400 Subject: [PATCH] run on localhost by default --- src/config/defConf.nim | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config/defConf.nim b/src/config/defConf.nim index a3c5d17..8e05c00 100644 --- a/src/config/defConf.nim +++ b/src/config/defConf.nim @@ -18,7 +18,7 @@ const defaultConf* = ; Currently only PostgreSQL is supported but Sqlite may be added in the future. #dbType = postgresql ; IP address or domain of the database. -#dbHost = "db" +#dbHost = "0.0.0.0" ; Database user. #dbUser = "postgres" ; Database Password.