From 8bb4e764e80853b860ccd306228103a2101c9d09 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 23 Jan 2024 10:22:24 +0100 Subject: [PATCH] mongodb listents to localhost and not 127.0.0.1 --- conf/variables.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/variables.env b/conf/variables.env index 0b71886..a70b818 100644 --- a/conf/variables.env +++ b/conf/variables.env @@ -11,7 +11,7 @@ WEB_API_USER="__APP__" WEB_API_PASSWORD=__WEB_API_PASSWORD__ CRYPTO_RANDOM=__CRYPTO_RANDOM__ -SHARELATEX_MONGO_URL="mongodb://127.0.0.1:27017/__DB_NAME__" +SHARELATEX_MONGO_URL="mongodb://localhost:27017/__DB_NAME__" SHARELATEX_REDIS_HOST="localhost"