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
+1Lines changed: 1 addition & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -135,6 +135,7 @@ Valid environment variables for the .env file. See [.env.example](/.env.example)
135
135
|`ACCESS_GROUPS_OIDCPAYLOAD_ENABLED`| string | Yes | Flag to enable/disable fetching access groups directly from OIDC response. Requires specifying a field via `OIDC_ACCESS_GROUPS_PROPERTY` to extract access groups. | false |
136
136
|`DOI_PREFIX`| string || The facility DOI prefix, with trailing slash. ||
137
137
|`EXPRESS_SESSION_SECRET`| string | No | Secret used to set up express session. Required if using OIDC authentication ||
138
+
|`EXPRESS_SESSION_STORE`| string | Yes | Where to store the express session. When "mongo" on mongo else in memory ||
138
139
|`HTTP_MAX_REDIRECTS`| number | Yes | Max redirects for HTTP requests. | 5 |
139
140
|`HTTP_TIMEOUT`| number | Yes | Timeout for HTTP requests in ms. | 5000 |
140
141
|`JWT_SECRET`| string || The secret for your JWT token, used for authorization. ||
0 commit comments