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
+13Lines changed: 13 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,6 +91,19 @@ The following environment variables can be set to further configure the applicat
91
91
92
92
- Set `AXE_TEST=true` to run the application with `react-axe` enabled (only works when `NODE_ENV` is "development").
93
93
- Set `ANALYZE=true` to generate bundle analysis files inside `.next/analyze` which will show bundle sizes for server and client, as well as composition.
94
+
- Set `NEXT_PUBLIC_MAGAZINES_ENV` to choose which magazines environment to use. Allowed values are `production` and `playground`.
- If not set (or set to an invalid value), it falls back to `production` when `NODE_ENV=production`, otherwise `playground`.
98
+
- Set `NEXT_PUBLIC_MAGAZINES_ORIGIN` to override the allowed origin used for magazine iframe communication. If not set, the origin is derived from the selected magazines base URL.
0 commit comments