We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7123d4f commit a9b1273Copy full SHA for a9b1273
openruko
@@ -5,8 +5,11 @@
5
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
6
export PATH=$DIR/heroku-client/bin:$PATH
7
8
-# mymachine.me points to 127.0.0.1 - since logic creeped into heroku cli that requires a .
+unset http_proxy
9
+unset https_proxy
10
11
+# mymachine.me points to 127.0.0.1 - since logic creeped into heroku cli that requires a .
12
+# fixed in https://github.com/heroku/heroku/pull/645
13
export HEROKU_HOST=${HEROKU_HOST:-http://mymachine.me:5000/}
14
export HEROKU_STATUS_HOST=${HEROKU_STATUS_HOST:-"mymachine.me"}
15
export HEROKU_SSL_VERIFY=${HEROKU_SSL_VERIFY:-"disable"}
0 commit comments