Skip to content

Commit 749264d

Browse files
Chore: Add Documentation as comment
1 parent 50091c0 commit 749264d

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

configure.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -431,6 +431,7 @@ configure_files_antivirus_app() {
431431
# Usage: configure_whiteboard_app
432432
configure_whiteboard_app() {
433433
log_info "Configuring whiteboard app..."
434+
# Fallback: Default value for port is "-" if port is not set
434435
_collab_backend_port="${APP_WHITEBOARD_COLLABBACKEND_PORT:-3002}"
435436
if [ "${_collab_backend_port}" != "-" ]; then
436437
APP_WHITEBOARD_COLLABBACKEND_URL="${APP_WHITEBOARD_COLLABBACKEND_URL}:${_collab_backend_port}"

0 commit comments

Comments
 (0)