1
0
mirror of https://github.com/spacebarchat/server.git synced 2024-11-10 04:32:35 +01:00

Configurable MFA backup token length

This commit is contained in:
TheArcaneBrony 2022-08-24 03:16:53 +02:00 committed by Madeline
parent da2fe81a8b
commit 5e289fea77

View File

@ -12,4 +12,5 @@ export class SecurityConfiguration {
// CF-Connecting-IP for cloudflare
forwadedFor: string | null = null;
ipdataApiKey: string | null = "eca677b284b3bac29eb72f5e496aa9047f26543605efe99ff2ce35c9";
mfaBackupCodeCount: number = 10;
}