mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-27 17:02:18 +00:00
Merge branch 'v27'
This commit is contained in:
@@ -83,6 +83,10 @@ const numPlayersConfig = {
|
||||
} as const satisfies Record<GameMapType, [number, number, number]>;
|
||||
|
||||
export abstract class DefaultServerConfig implements ServerConfig {
|
||||
turnstileSecretKey(): string {
|
||||
return process.env.TURNSTILE_SECRET_KEY ?? "";
|
||||
}
|
||||
abstract turnstileSiteKey(): string;
|
||||
allowedFlares(): string[] | undefined {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user