-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Security improvements, moved credentials from repo
- Loading branch information
Daniël Heesen
authored and
Daniël Heesen
committed
Oct 24, 2024
1 parent
2bf1321
commit a4a6378
Showing
3 changed files
with
32 additions
and
43 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,12 @@ | ||
BASE_URL=https://hyva-demo.elgentos.io/ | ||
PRODUCTION_URL=https://hyva-demo.elgentos.io/ | ||
STAGING_URL=https://hyva-demo.elgentos.io/ | ||
STAGING_URL=https://hyva-demo.elgentos.io/ | ||
|
||
MAGENTO_ADMIN_SLUG= | ||
MAGENTO_ADMIN_USERNAME= | ||
MAGENTO_ADMIN_PASSWORD= | ||
|
||
MAGENTO_NEW_ACCOUNT_PASSWORD= | ||
MAGENTO_EXISTING_ACCOUNT_EMAIL= | ||
MAGENTO_EXISTING_ACCOUNT_PASSWORD= | ||
MAGENTO_EXISTING_ACCOUNT_CHANGED_PASSWORD= |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -3,10 +3,6 @@ | |
"newAccountLastName": "Doe", | ||
"newAccountEmailHandle": "test-user", | ||
"newAccountEmailHost": "gmail.com", | ||
"newAccountPassword": "SecurePassword123", | ||
"existingAccountEmail": "[email protected]", | ||
"existingAccountPassword": "SecurePassword123", | ||
"existingAccountChangedPassword": "SecurePassword321", | ||
"newAddressCompany": "ACME Company", | ||
"newAddressTelephoneNumber": "0600000000", | ||
"newAddressStreetAddress": "Teststraat 1", | ||
|