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
|`APP_URL`| Production |`http://localhost:3000`|| Domain of the hosted app |
13
13
|`BACKEND_URL`| Production |`http://localhost:3002`|| Url of the API Endpoint |
14
-
|`CLIENT_ID`| Production ||| Azure ID: Client ID |
15
-
|`TENANT_ID`| Production ||| Azure AD: Tenant Id |
16
-
|`API_URI`| Production ||| Azure AD: API Url |
17
-
|`STUDENT_USERNAME_PATTERN`| Production ||`@edu`| Users with usernames matching this RegExp pattern are displayed as students (regardless of admin status). If unset, all non-admin users are displayed as students. |
18
14
|`DEFAULT_TEST_USER`| Development ||`[email protected]`| To log in offline. Email of the user to be selected by default. Must correspond to a user email found in the API's database.\*|
19
15
|`OFFLINE_API`| Dev/Production |`memory`|`true`|`memory`|`indexedDB`| In case the project shall be fully functional, but API persistent data is not needed (e.g. when run in Github Codespace), set this option to true (=`memory`). |
20
16
|`SENTRY_DSN`| Production ||| Sentry DSN for error tracking |
0 commit comments