Skip to content

Commit

Permalink
Create auth.json.sample
Browse files Browse the repository at this point in the history
Sample auth file like repository Magento Enterprise Cloud Edition
  • Loading branch information
rafaelstz committed May 16, 2016
1 parent 1121148 commit 5cc1875
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions auth.json.sample
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{
"http-basic": {
"repo.magento.com": {
"username": "<public-key>",
"password": "<private-key>"
}
}
}

0 comments on commit 5cc1875

Please sign in to comment.