Auth file for magento 2 installation (#2022)

This commit is contained in:
salvo-github
2019-03-01 04:04:03 +01:00
committed by Shao Yu-Lung (Allen)
parent cf6a9ba2c9
commit 2d7b780e56
5 changed files with 39 additions and 0 deletions

8
workspace/auth.json Normal file
View File

@ -0,0 +1,8 @@
{
"http-basic": {
"repo.magento.com": {
"username": "",
"password": ""
}
}
}