Skip to content

Instantly share code, notes, and snippets.

@mrtuvn
Created April 19, 2019 02:05
Show Gist options
  • Save mrtuvn/b3b1108022716835101e55dceecb874e to your computer and use it in GitHub Desktop.
Save mrtuvn/b3b1108022716835101e55dceecb874e to your computer and use it in GitHub Desktop.
auth.json.sample
{
"github-oauth": {
"github.com": "TOKEN"
},
"http-basic": {
"packages.vnecoms.com": {
"username": "key",
"password": "pass"
},
"repo.magento.com": {
"username": "key",
"password": "pass"
},
"bitbucket.org": {
"username": "key",
"password": "pass"
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment