File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
nginx/usr/local/share/env
php/shared/usr/local/share/env Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 3
3
# If running inside Heroku, exposed port is in `$PORT`
4
4
IN_HEROKU=" $( convert_to_boolean_string " ${IN_HEROKU:- false} " ) "
5
5
if [ " true" = " $IN_HEROKU " ]; then
6
- WEB_HTTPS=" false"
7
- WEB_HTTP_PORT=$PORT
6
+ export WEB_HTTPS=" false"
7
+ export WEB_HTTP_PORT=$PORT
8
8
9
9
export NON_PRIVILEGED_USER=" true"
10
10
fi
Original file line number Diff line number Diff line change 3
3
# If running inside Heroku, exposed port is in `$PORT`
4
4
IN_HEROKU=" $( convert_to_boolean_string " ${IN_HEROKU:- false} " ) "
5
5
if [ " true" = " $IN_HEROKU " ]; then
6
- WEB_HTTPS=" false"
7
- WEB_HTTP_PORT=$PORT
6
+ export WEB_HTTPS=" false"
7
+ export WEB_HTTP_PORT=$PORT
8
8
9
9
export NON_PRIVILEGED_USER=" true"
10
10
fi
You can’t perform that action at this time.
0 commit comments