Skip to content

Commit

Permalink
Merge pull request #78 from Stilic/master
Browse files Browse the repository at this point in the history
Fix typo in config page
  • Loading branch information
MaddyUnderStars committed Jun 14, 2023
2 parents 9eaf17d + ebe6d2d commit d252b61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/setup/server/configuration/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ Arrays are represented by \_[number] in a config key. For example, multiple `gui
| security_twoFactor_generateBackupCodes | true | boolean | Whether to generate backup codes for MFA users |
| security_requestSignature | Secret secret | string | The signature required for CDN or [Imagor](imagor.md) usage |
| security_jwtSecret | Secure secret | string | The secret used for user token generation |
| [security_forwadedFor](../reverseProxy.md) | null | string | HTTP header for user's real IP. |
| [security_forwardedFor](../reverseProxy.md) | null | string | HTTP header for user's real IP. |
| security_ipdataApiKey | {{ project.name }} IPdata key | string | API key used for IP geolocation and proxy detection |
| security_mfaBackupCodeCount | 10 | number | Number of MFA backup codes to generate |
| security_statsWorldReadable | true | boolean | Whether instance stats are publically accessible or require right |
Expand Down

0 comments on commit d252b61

Please sign in to comment.