Skip to content

Commit cbec54d

Browse files
committed
Merge pull request #4 from Filirom1/fix-proxy
proxy support
2 parents 7123d4f + a9b1273 commit cbec54d

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

openruko

+4-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,11 @@
55
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
66
export PATH=$DIR/heroku-client/bin:$PATH
77

8-
# mymachine.me points to 127.0.0.1 - since logic creeped into heroku cli that requires a .
8+
unset http_proxy
9+
unset https_proxy
910

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
1013
export HEROKU_HOST=${HEROKU_HOST:-http://mymachine.me:5000/}
1114
export HEROKU_STATUS_HOST=${HEROKU_STATUS_HOST:-"mymachine.me"}
1215
export HEROKU_SSL_VERIFY=${HEROKU_SSL_VERIFY:-"disable"}

0 commit comments

Comments
 (0)