Modify install script to include REDIS_HOST setting
This commit is contained in:
parent
c0edbaeee7
commit
f92f253db8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue