Skip to content

Instantly share code, notes, and snippets.

@ikaruce
Created December 30, 2014 02:17
Show Gist options
  • Save ikaruce/903033af609c79d5174e to your computer and use it in GitHub Desktop.
Save ikaruce/903033af609c79d5174e to your computer and use it in GitHub Desktop.
bowerrc ( proxy, strict-ssl setting )
{
"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