We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
exports
1 parent 4ae4245 commit e46a0e6Copy full SHA for e46a0e6
2 files changed
nginx/usr/local/share/env/20-heroku
@@ -3,8 +3,8 @@
3
# If running inside Heroku, exposed port is in `$PORT`
4
IN_HEROKU="$(convert_to_boolean_string "${IN_HEROKU:-false}")"
5
if [ "true" = "$IN_HEROKU" ]; then
6
- WEB_HTTPS="false"
7
- WEB_HTTP_PORT=$PORT
+ export WEB_HTTPS="false"
+ export WEB_HTTP_PORT=$PORT
8
9
export NON_PRIVILEGED_USER="true"
10
fi
php/shared/usr/local/share/env/20-heroku
0 commit comments