We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 50091c0 commit 749264dCopy full SHA for 749264d
1 file changed
configure.sh
@@ -431,6 +431,7 @@ configure_files_antivirus_app() {
431
# Usage: configure_whiteboard_app
432
configure_whiteboard_app() {
433
log_info "Configuring whiteboard app..."
434
+ # Fallback: Default value for port is "-" if port is not set
435
_collab_backend_port="${APP_WHITEBOARD_COLLABBACKEND_PORT:-3002}"
436
if [ "${_collab_backend_port}" != "-" ]; then
437
APP_WHITEBOARD_COLLABBACKEND_URL="${APP_WHITEBOARD_COLLABBACKEND_URL}:${_collab_backend_port}"
0 commit comments