feat(config): add aowow url to config file

This commit is contained in:
Axel Cocat 2022-01-06 22:29:11 +01:00
parent 73916950b7
commit 1a682409a8
7 changed files with 20 additions and 7 deletions

View file

@ -15,6 +15,7 @@ export interface IRealmConfig {
}
export class Config {
public aowowUrl: string;
public realms: IRealmConfig[];
public worldDatabase: IDatabaseConfig;