Modify install script to include REDIS_HOST setting

This commit is contained in:
Josh Krawczyk 2020-02-12 11:22:08 -05:00
parent c0edbaeee7
commit f92f253db8
1 changed files with 1 additions and 0 deletions

View File

@ -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