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
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ to format all typescript files.
53
53
|`MSAL_CLIENT_ID`| The client id for the web api from Azure. ||
54
54
|`MSAL_TENANT_ID`| The Tenant ID from your Azure instance ||
55
55
|`APP_NAME`| The name of the app. Used for the cookie name prefix `{APP_NAME}ApiKey`|`xyzTeaching`, default: `twa`|
56
-
|`WITH_DEPLOY_PREVIEW`| When set to `true`, the app will allow requests from `https://deploy-preview-\d+--teaching-dev.netlify.app` and use `sameSite=none` instead of strict. ||
56
+
|`NETLIFY_PROJECT_NAME`| When set to the netlify project name (e.g. `teaching-dev`), the app will allow requests from `https://deploy-preview-\d+--teaching-dev.netlify.app` and use `sameSite=none` instead of strict. ||
57
57
|`ADMIN_USER_GROUP_ID`| The UUID of the group that should be used as the admin group. For this group a RW-Permission will be always added to a newly created document root when it's access is not RW | default: "" |
58
58
|`GITHUB_CLIENT_SECRET`| Used for the CMS to work properly. Register an app under https://github.com/settings/apps.||
0 commit comments