@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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@drumee/setup-infra",
3
- "version": "1.0.11",
3
+ "version": "1.0.12",
4
4
  "description": "Drumee Infrastructure Setup Utilities",
5
5
  "main": "index.js",
6
6
  "scripts": {
@@ -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=<%= 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 %>