File tree Expand file tree Collapse file tree
php/shared/usr/local/share/env
symfony/usr/local/share/env Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ #! /bin/bash
2+
3+ export WORK_DIRECTORY=${WORK_DIRECTORY:-/ app}
Original file line number Diff line number Diff line change @@ -39,8 +39,7 @@ export XDEBUG_REMOTE_ENABLED
3939export XDEBUG_REMOTE_HOST=${XDEBUG_REMOTE_HOST:- sshforward}
4040export XDEBUG_REMOTE_PORT=${XDEBUG_REMOTE_PORT:- 9000}
4141
42- export WORK_DIRECTORY=${WORK_DIRECTORY:-/ app}
43-
42+ export WEB_DIRECTORY=${WEB_DIRECTORY:- web}
4443export WEB_HOST=${WEB_HOST:- localhost}
4544export WEB_HTTP_PORT=${WEB_HTTP_PORT:- 80}
4645WEB_HTTPS=" $( convert_to_boolean_string " ${WEB_HTTPS:- true} " ) "
Original file line number Diff line number Diff line change 11#! /bin/bash
2- export WEB_DIRECTORY=${WEB_DIRECTORY:- web}
32
43# Relative WEB_DIRECTORY converted to absolute path
54if ! [[ " $WEB_DIRECTORY " =~ ^/ ]]; then
File renamed without changes.
You can’t perform that action at this time.
0 commit comments