File tree Expand file tree Collapse file tree 4 files changed +4
-3
lines changed
php/shared/usr/local/share/env
symfony/usr/local/share/env Expand file tree Collapse file tree 4 files changed +4
-3
lines changed 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
39
39
export XDEBUG_REMOTE_HOST=${XDEBUG_REMOTE_HOST:- sshforward}
40
40
export XDEBUG_REMOTE_PORT=${XDEBUG_REMOTE_PORT:- 9000}
41
41
42
- export WORK_DIRECTORY=${WORK_DIRECTORY:-/ app}
43
-
42
+ export WEB_DIRECTORY=${WEB_DIRECTORY:- web}
44
43
export WEB_HOST=${WEB_HOST:- localhost}
45
44
export WEB_HTTP_PORT=${WEB_HTTP_PORT:- 80}
46
45
WEB_HTTPS=" $( convert_to_boolean_string " ${WEB_HTTPS:- true} " ) "
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
- export WEB_DIRECTORY=${WEB_DIRECTORY:- web}
3
2
4
3
# Relative WEB_DIRECTORY converted to absolute path
5
4
if ! [[ " $WEB_DIRECTORY " =~ ^/ ]]; then
File renamed without changes.
You can’t perform that action at this time.
0 commit comments