Commit e8e67fe0 authored by Kenneth Reitz's avatar Kenneth Reitz

better release defaults

parent 66e49c76
...@@ -8,10 +8,10 @@ NAME=$($BIN_DIR/detect $BUILD_DIR) || exit 1 ...@@ -8,10 +8,10 @@ NAME=$($BIN_DIR/detect $BUILD_DIR) || exit 1
cat <<EOF cat <<EOF
--- ---
config_vars: config_vars:
PATH: bin:/usr/local/bin:/usr/bin:/bin PATH: /bin:/usr/local/bin:/usr/bin
PYTHONUNBUFFERED: true PYTHONUNBUFFERED: true
LIBRARY_PATH: .heroku/vendor/lib LIBRARY_PATH: /app/.heroku/vendor/lib
LD_LIBRARY_PATH: .heroku/vendor/lib LD_LIBRARY_PATH: /app/.heroku/vendor/lib
LANG: en_US.UTF-8 LANG: en_US.UTF-8
PYTHONHASHSEED: random PYTHONHASHSEED: random
PYTHONHOME: /app/ PYTHONHOME: /app/
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment