mirror of
https://github.com/samply/bridgehead.git
synced 2025-06-17 01:20:14 +02:00
Use new variable ENVIRONMENT in /etc/bridgehead; defaults to "production".
This commit is contained in:
@ -66,6 +66,9 @@ loadVars() {
|
||||
detectCompose
|
||||
setHostname
|
||||
setupProxy
|
||||
|
||||
# Set some project-independent default values
|
||||
: ${ENVIRONMENT:=production}
|
||||
}
|
||||
|
||||
case "$ACTION" in
|
||||
|
Reference in New Issue
Block a user