Skip to content

Commit 716ebd5

Browse files
committed
Add missing information about Backend Domain support.
1 parent 7327be1 commit 716ebd5

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

docs/configuration.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,16 @@ Example:
3232
MAGENTO_BACKEND_NAME=admin_12346
3333
```
3434

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+
3545
### MAGENTO_ADMIN_USERNAME
3646

3747
The username that tests can use to access the Magento Admin page

0 commit comments

Comments
 (0)