Skip to content

Commit ef9326e

Browse files
author
Oleksii Korshenko
committed
MAGETWO-56735: [GitHub][PR]Create auth.json.sample #4519
- Merge commit 'refs/pull/4519/head' of https://github.com/magento/magento2 into okapis-pr-branch
2 parents 8071f1c + 5cc1875 commit ef9326e

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

auth.json.sample

Lines changed: 8 additions & 0 deletions
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)