feat(env): Added production and development environment
All checks were successful
Build and Publish Docker Image / deploy (push) Successful in 1m44s
All checks were successful
Build and Publish Docker Image / deploy (push) Successful in 1m44s
This commit is contained in:
1
run.sh
1
run.sh
@@ -7,6 +7,7 @@ if [ -f .env ]; then
|
||||
fi
|
||||
|
||||
# Core service switches.
|
||||
export WARPBOX_ENV="${WARPBOX_ENV:-development}"
|
||||
export WARPBOX_GUEST_UPLOADS_ENABLED="${WARPBOX_GUEST_UPLOADS_ENABLED:-true}"
|
||||
export WARPBOX_API_ENABLED="${WARPBOX_API_ENABLED:-true}"
|
||||
export WARPBOX_ZIP_DOWNLOADS_ENABLED="${WARPBOX_ZIP_DOWNLOADS_ENABLED:-true}"
|
||||
|
||||
Reference in New Issue
Block a user