Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
na-stewart authored Oct 4, 2023
1 parent 873daa1 commit 48f3035
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ You can load environment variables with a different prefix via calling the `conf
| **MAX_CHALLENGE_ATTEMPTS** | 5 | The maximum amount of session challenge attempts allowed. |
| **CAPTCHA_SESSION_EXPIRATION** | 60 | The amount of seconds till captcha session expiration on creation. Setting to 0 will disable expiration. |
| **CAPTCHA_FONT** | captcha-font.ttf | The file path to the font being used for captcha generation. |
| **TWO_STEP_SESSION_EXPIRATION** | 200 | The amount of seconds till two step session expiration on creation. Setting to 0 will disable expiration. |
| **TWO_STEP_SESSION_EXPIRATION** | 200 | The amount of seconds till two-step session expiration on creation. Setting to 0 will disable expiration. |
| **AUTHENTICATION_SESSION_EXPIRATION** | 2692000 | The amount of seconds till authentication session expiration on creation. Setting to 0 will disable expiration. |
| **ALLOW_LOGIN_WITH_USERNAME** | False | Allows login via username and email. |
| **INITIAL_ADMIN_EMAIL** | [email protected] | Email used when creating the initial admin account. |
Expand Down

0 comments on commit 48f3035

Please sign in to comment.