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