Created
December 30, 2014 02:17
-
-
Save ikaruce/903033af609c79d5174e to your computer and use it in GitHub Desktop.
bowerrc ( proxy, strict-ssl setting )
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"proxy":"{proxy_server}:{proxy_port}", | |
"https-proxy":"{proxy_server}:{proxy_port}", | |
"strict-ssl":false | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment