mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 04:32:35 +01:00
forwaded -> forwarded
This commit is contained in:
parent
60394d8c43
commit
6f7ce2bc77
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user