diff options
author | Zert3x <81202811+Zert3x@users.noreply.github.com> | 2023-05-28 21:27:01 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-28 21:27:01 -0400 |
commit | 6f7ce2bc77d18b6932a1af39f46f3f1c0e902b94 (patch) | |
tree | 826760da84729312b0efa8d7d7aa5a0fa620cf37 | |
parent | Merge pull request #1054 from CyberL1/master (diff) | |
download | server-6f7ce2bc77d18b6932a1af39f46f3f1c0e902b94.tar.xz |
forwaded -> forwarded
-rw-r--r-- | src/util/config/types/SecurityConfiguration.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/util/config/types/SecurityConfiguration.ts b/src/util/config/types/SecurityConfiguration.ts index 5e971cfe..35776642 100644 --- a/src/util/config/types/SecurityConfiguration.ts +++ b/src/util/config/types/SecurityConfiguration.ts @@ -28,7 +28,7 @@ export class SecurityConfiguration { // header to get the real user ip address // X-Forwarded-For for nginx/reverse proxies // CF-Connecting-IP for cloudflare - forwadedFor: string | null = null; + forwardedFor: string | null = null; ipdataApiKey: string | null = "eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9"; mfaBackupCodeCount: number = 10; |