@drumee/setup-infra 1.0.11 → 1.0.12
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -33,7 +33,7 @@ export DRUMEE_SYSTEM_USER=<%= system_user %>
|
|
|
33
33
|
export DRUMEE_TMP_DIR=<%= data_dir %>/tmp
|
|
34
34
|
export DRUMEE_UI_HOME=<%= runtime_dir %>/ui
|
|
35
35
|
export DRUMEE_STORAGE_BACKUP=<%= storage_backup %>
|
|
36
|
-
export DRUMEE_DB_BACKUP=<%=
|
|
36
|
+
export DRUMEE_DB_BACKUP=<%= storage_backup %>/db
|
|
37
37
|
export JITSI_DOMAIN=<%= jitsi_domain %>
|
|
38
38
|
export OWN_CERTS_DIR=<%= own_certs_dir %>
|
|
39
39
|
export PUBLIC_UI_ROOT=<%= public_ui_root %>
|