Modify install script to include SALT_HOST setting

This commit is contained in:
Josh Krawczyk 2020-02-12 11:23:44 -05:00
parent f92f253db8
commit 3442371d3b
1 changed files with 2 additions and 1 deletions

View File

@ -207,9 +207,10 @@ EMAIL_ALERT_RECIPIENTS = ["jsmith@example.com",]
SALT_USERNAME = "saltapi"
SALT_PASSWORD = "${SALTPW}"
SALT_HOST = "127.0.0.1"
MESH_USERNAME = "${meshusername}"
MESH_SITE = "https://${meshdomain}"
REDIS_HOST = "localhost"
REDIS_HOST = "localhost"
EOF
)"
echo "${localvars}" > /home/${USER}/rmm/api/tacticalrmm/tacticalrmm/local_settings.py