Skip to content

Commit 83062bc

Browse files
committed
update config template
1 parent 19323a3 commit 83062bc

File tree

1 file changed

+13
-7
lines changed

1 file changed

+13
-7
lines changed

config.local.template

Lines changed: 13 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -2,25 +2,29 @@
22
# Local storage device for active working data (i.e. DBs, logs, etc.)
33
# -----------------------------------------------------------------------------
44

5+
# set the value of unused parameters to "none"
6+
57
readonly ACTIVE_DATA_UUID="DISK_X_UUID" # Reported by: `sudo blkid /dev/<device>`
68
readonly ACTIVE_DATA_MAPPER="ext_ssd"
79
readonly ACTIVE_DATA_MOUNT="srv_rapid_storage"
810

9-
readonly ACTIVE_DATA_LVM_NAME="logic_volume_name" # set to "none" if not used
10-
readonly ACTIVE_DATA_LVM_GROUP="logic_volume_group" # set to "none" if not used
11+
readonly ACTIVE_DATA_LVM_NAME="logic_volume_name"
12+
readonly ACTIVE_DATA_LVM_GROUP="logic_volume_group"
1113

1214
# -----------------------------------------------------------------------------
1315
# Local storage device for data at rest
1416
# -----------------------------------------------------------------------------
1517

18+
# set the value of unused parameters to "none"
19+
1620
readonly STORAGE_DATA_KEY_FILE="mass_storage_key_file_path"
1721

1822
readonly STORAGE_DATA_UUID="DISK_Y_UUID" # Reported by: `sudo blkid /dev/<device>`
1923
readonly STORAGE_DATA_MAPPER="ext_hdd"
2024
readonly STORAGE_DATA_MOUNT="srv_mass_storage"
2125

22-
readonly STORAGE_DATA_LVM_NAME="logic_volume_name" # set to "none" if not used
23-
readonly STORAGE_DATA_LVM_GROUP="logic_volume_group" # set to "none" if not used
26+
readonly STORAGE_DATA_LVM_NAME="logic_volume_name"
27+
readonly STORAGE_DATA_LVM_GROUP="logic_volume_group"
2428

2529
# -----------------------------------------------------------------------------
2630
# Network storage for data at rest
@@ -39,7 +43,9 @@ readonly NETWORK_SHARE_OPTIONS="dir_mode=0555,file_mode=0444,uid=1000,gid=1000"
3943

4044
readonly LUKS_MIN_VERSION="2"
4145

42-
readonly ST_USER="your-syncthing-user" # set to "none" if not used
43-
readonly ST_SERVICE="syncthing@${ST_USER}.service" # set to "none" if not used
46+
# set the value of unused parameters to "none"
47+
48+
readonly ST_USER="your-syncthing-user"
49+
readonly ST_SERVICE="syncthing@${ST_USER}.service"
4450

45-
readonly DOCKER_SERVICE="<docker>.service" # set to "none" if not used
51+
readonly DOCKER_SERVICE="<docker>.service"

0 commit comments

Comments
 (0)