Skip to content

Commit 5cc1875

Browse files
committed
Create auth.json.sample
Sample auth file like repository Magento Enterprise Cloud Edition
1 parent 1121148 commit 5cc1875

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

auth.json.sample

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"http-basic": {
3+
"repo.magento.com": {
4+
"username": "<public-key>",
5+
"password": "<private-key>"
6+
}
7+
}
8+
}

0 commit comments

Comments
 (0)