chore: cleanup config #979
@ -84,11 +84,11 @@ const createLoginResponse = (account: IDatabaseAccountJson, buildLabel: string):
|
||||
TrackedSettings: account.TrackedSettings,
|
||||
Nonce: account.Nonce,
|
||||
Groups: [],
|
||||
IRC: config.myIrcAddresses ?? [config.myAddress],
|
||||
platformCDNs: config.platformCDNs,
|
||||
HUB: config.hubAddress,
|
||||
NRS: config.NRS,
|
||||
DTLS: 99,
|
||||
IRC: config.myIrcAddresses ?? [config.myAddress],
|
||||
BuildLabel: buildLabel,
|
||||
MatchmakingBuildId: buildConfig.matchmakingBuildId
|
||||
};
|
||||
|
@ -33,8 +33,8 @@ interface IConfig {
|
||||
httpPort?: number;
|
||||
httpsPort?: number;
|
||||
myIrcAddresses?: string[];
|
||||
hubAddress: string;
|
||||
platformCDNs: string[];
|
||||
hubAddress: string;
|
||||
NRS: string[];
|
||||
administratorNames?: string[] | string;
|
||||
autoCreateAccount?: boolean;
|
||||
|
Loading…
x
Reference in New Issue
Block a user