We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7327be1 commit 716ebd5Copy full SHA for 716ebd5
docs/configuration.md
@@ -32,6 +32,16 @@ Example:
32
MAGENTO_BACKEND_NAME=admin_12346
33
```
34
35
+### MAGENTO_BACKEND_BASE_URL
36
+
37
+(Optional) If you are running Admin Panel on separate domain, you may need to specify this value:
38
39
+Example:
40
41
+```conf
42
+MAGENTO_BACKEND_BASE_URL=https://admin.magento2.test
43
+```
44
45
### MAGENTO_ADMIN_USERNAME
46
47
The username that tests can use to access the Magento Admin page
0 commit comments