Skip to content

Commit

Permalink
docs: documented report submission endpoint env var
Browse files Browse the repository at this point in the history
Signed-off-by: Harsh Khandeparkar <[email protected]>
  • Loading branch information
harshkhandeparkar authored Jan 20, 2024
1 parent a73b97b commit dfa030b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -335,6 +335,7 @@ Environment variables can be set using a `.env` (See [Command-Line Arguments](#c
- `JWT_SECRET_KEY`: The secret key used to create a JWT token. (It can be a randomly generated string)
- `JWT_VALIDITY_TIME`: The amount of time (in hours) for which the generated JWT tokens should be valid.
- `REGISTRATIONS_OPEN`: Set to `true` to enable the registration endpoints.
- `REPORT_SUBMISSION_OPEN`: Set to `true` to enable the blog link / final report submission endpoint.

### Github OAuth

Expand Down

0 comments on commit dfa030b

Please sign in to comment.