From e00831ea33148d7fae121dea8da48da41a3c06c5 Mon Sep 17 00:00:00 2001 From: Thomas <51749973+Thovi98@users.noreply.github.com> Date: Tue, 23 Jan 2024 12:55:30 +0100 Subject: [PATCH] Update variables.env --- conf/variables.env | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/variables.env b/conf/variables.env index a70b818..0b71886 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://localhost:27017/__DB_NAME__" +SHARELATEX_MONGO_URL="mongodb://127.0.0.1:27017/__DB_NAME__" SHARELATEX_REDIS_HOST="localhost"