app origin

This commit is contained in:
Girish Ramakrishnan
2022-06-08 21:28:58 -07:00
parent 2e5a92584a
commit 0da850a04e
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,8 @@ xmlstarlet ed --inplace \
--update '//properties/entry[@key="database.password"]' -v "${CLOUDRON_POSTGRESQL_PASSWORD}" \
/app/data/traccar.xml
xmlstarlet ed --inplace --update '//properties/entry[@key="web.url"]' -v "${CLOUDRON_APP_ORIGIN}" /app/data/traccar.xml
xmlstarlet ed --inplace \
--update '//properties/entry[@key="ldap.url"]' -v "${CLOUDRON_LDAP_URL}" \
--update '//properties/entry[@key="ldap.base"]' -v "${CLOUDRON_LDAP_USERS_BASE_DN}" \