We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3719542 commit 4c4e159Copy full SHA for 4c4e159
README.md
@@ -86,11 +86,12 @@ After completing the init setup above you will be able to run the SUGCON Sites d
86
87
```env
88
JSS_EDITING_SECRET=XXXX
89
- JSS_APP_NAME=ANZ
+ SITECORE_SITE_NAME=ANZ
90
SITECORE_API_HOST=https://xmc-XXX-XXX-XXX.sitecorecloud.io/
91
GRAPH_QL_ENDPOINT=https://xmc-XXX-XXX-XXX.sitecorecloud.io/sitecore/api/graph/edge
92
SITECORE_API_KEY=B2F8A9B9-7203-4DCF-9314-8B28B043347E
93
FETCH_WITH=GraphQL
94
+ SITECORE_EDGE_CONTEXT_ID=XXXX
95
```
96
- Open a new terminal window and navigate to the `./headapps/Sugcon2024` folder.
97
- Run the following command to install dependencies and start the site:
0 commit comments