reorder
All checks were successful
Build / build (18) (push) Successful in 1m3s
Build / build (18) (pull_request) Successful in 39s
Build / build (20) (pull_request) Successful in 1m1s
Build / build (20) (push) Successful in 35s
Build / build (22) (push) Successful in 1m2s
Build / build (22) (pull_request) Successful in 1m3s
All checks were successful
Build / build (18) (push) Successful in 1m3s
Build / build (18) (pull_request) Successful in 39s
Build / build (20) (pull_request) Successful in 1m1s
Build / build (20) (push) Successful in 35s
Build / build (22) (push) Successful in 1m2s
Build / build (22) (pull_request) Successful in 1m3s
This commit is contained in:
parent
ee8ba43e79
commit
72c499ca48
@ -84,11 +84,11 @@ const createLoginResponse = (account: IDatabaseAccountJson, buildLabel: string):
|
|||||||
TrackedSettings: account.TrackedSettings,
|
TrackedSettings: account.TrackedSettings,
|
||||||
Nonce: account.Nonce,
|
Nonce: account.Nonce,
|
||||||
Groups: [],
|
Groups: [],
|
||||||
|
IRC: config.myIrcAddresses ?? [config.myAddress],
|
||||||
platformCDNs: config.platformCDNs,
|
platformCDNs: config.platformCDNs,
|
||||||
HUB: config.hubAddress,
|
HUB: config.hubAddress,
|
||||||
NRS: config.NRS,
|
NRS: config.NRS,
|
||||||
DTLS: 99,
|
DTLS: 99,
|
||||||
IRC: config.myIrcAddresses ?? [config.myAddress],
|
|
||||||
BuildLabel: buildLabel,
|
BuildLabel: buildLabel,
|
||||||
MatchmakingBuildId: buildConfig.matchmakingBuildId
|
MatchmakingBuildId: buildConfig.matchmakingBuildId
|
||||||
};
|
};
|
||||||
|
@ -33,8 +33,8 @@ interface IConfig {
|
|||||||
httpPort?: number;
|
httpPort?: number;
|
||||||
httpsPort?: number;
|
httpsPort?: number;
|
||||||
myIrcAddresses?: string[];
|
myIrcAddresses?: string[];
|
||||||
hubAddress: string;
|
|
||||||
platformCDNs: string[];
|
platformCDNs: string[];
|
||||||
|
hubAddress: string;
|
||||||
NRS: string[];
|
NRS: string[];
|
||||||
administratorNames?: string[] | string;
|
administratorNames?: string[] | string;
|
||||||
autoCreateAccount?: boolean;
|
autoCreateAccount?: boolean;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user