mirror of
https://github.com/openfrontio/OpenFrontIO.git
synced 2026-07-31 19:19:33 +00:00
create discord login button & flow
This commit is contained in:
@@ -24,6 +24,7 @@ import { UserSettings } from "../game/UserSettings";
|
||||
|
||||
export enum GameEnv {
|
||||
Dev,
|
||||
Preprod,
|
||||
Prod,
|
||||
}
|
||||
export function getConfig(
|
||||
@@ -64,6 +65,8 @@ export interface ServerConfig {
|
||||
turnIntervalMs(): number;
|
||||
gameCreationRate(): number;
|
||||
lobbyLifetime(): number;
|
||||
discordRedirectURI(): string;
|
||||
env(): GameEnv;
|
||||
}
|
||||
|
||||
export interface Config {
|
||||
|
||||
Reference in New Issue
Block a user