refactor(helpers): set initial vars to null vs unset
This commit is contained in:
parent
2b55ae11f4
commit
4a1c1e5153
@ -30,10 +30,10 @@ NETWORK='nginx_network'
|
|||||||
SUBNET='172.31.254.0/24'
|
SUBNET='172.31.254.0/24'
|
||||||
HTTP_PORT=80
|
HTTP_PORT=80
|
||||||
HTTPS_PORT=443
|
HTTPS_PORT=443
|
||||||
unset CONFIG_DIR
|
CONFIG_DIR=""
|
||||||
unset SERVERS_DIR
|
SERVERS_DIR=""
|
||||||
unset WEBROOT_DIR
|
WEBROOT_DIR=""
|
||||||
unset vmount
|
volumeMounts=""
|
||||||
|
|
||||||
### functions
|
### functions
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user