Update 30-config
Remove {WEB_PORT} from variable validation because it optional and not required.
This commit is contained in:
parent
c2acfe0479
commit
bde7003584
|
@ -3,7 +3,6 @@
|
||||||
# Env variable validation
|
# Env variable validation
|
||||||
VARS=( \
|
VARS=( \
|
||||||
TZ
|
TZ
|
||||||
WEB_PORT
|
|
||||||
)
|
)
|
||||||
|
|
||||||
for i in "${VARS[@]}"; do
|
for i in "${VARS[@]}"; do
|
||||||
|
|
Loading…
Reference in New Issue
Block a user