From f92f253db8ccf6dc4b1779fc06923e9636a98667 Mon Sep 17 00:00:00 2001 From: Josh Krawczyk Date: Wed, 12 Feb 2020 11:22:08 -0500 Subject: [PATCH] Modify install script to include REDIS_HOST setting --- install.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/install.sh b/install.sh index b70445ac..d36a3603 100755 --- a/install.sh +++ b/install.sh @@ -209,6 +209,7 @@ SALT_USERNAME = "saltapi" SALT_PASSWORD = "${SALTPW}" MESH_USERNAME = "${meshusername}" MESH_SITE = "https://${meshdomain}" +REDIS_HOST = "localhost" EOF )" echo "${localvars}" > /home/${USER}/rmm/api/tacticalrmm/tacticalrmm/local_settings.py