You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+12-6Lines changed: 12 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,20 +11,23 @@ The Magento 2 UPWARD connector module is part of the [Magento Cloud deployment][
11
11
12
12
## Configuration
13
13
14
-
The Magento 2 UPWARD connector is configured in the admin area under:
14
+
The Magento 2 UPWARD connector has additional settings that can be configured in the admin area under:
15
15
16
16
**Stores > Configuration > General > Web > UPWARD PWA Configuration**.
17
17
18
18
### General configuration
19
19
20
20
These are the configurations for the UPWARD process itself.
21
+
21
22
#### UPWARD Config File
22
23
23
24
This configuration is the location of the UPWARD configuration file for the UPWARD-PHP server.
25
+
It is recommended you follow [system-specific best practices][] and set this value with an environment variable or the `magento config:set` CLI command.
24
26
25
-
_Use the absolute path on the server for the value of this configuration._
27
+
_You may use a path relative to your web root or an absolute path for the value of this configuration._
0 commit comments