Skip to content

Commit d8b45ce

Browse files
committed
Add to README
1 parent c9f31c4 commit d8b45ce

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ Valid environment variables for the .env file. See [.env.example](/.env.example)
135135
| `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 |
136136
| `DOI_PREFIX` | string | | The facility DOI prefix, with trailing slash. | |
137137
| `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 | |
138139
| `HTTP_MAX_REDIRECTS` | number | Yes | Max redirects for HTTP requests. | 5 |
139140
| `HTTP_TIMEOUT` | number | Yes | Timeout for HTTP requests in ms. | 5000 |
140141
| `JWT_SECRET` | string | | The secret for your JWT token, used for authorization. | |

0 commit comments

Comments
 (0)