mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-10 12:42:44 +01:00
Make the test client togglable
This commit is contained in:
parent
815b9074a5
commit
fab28f5f1b
@ -172,6 +172,9 @@ export interface ConfigValue {
|
||||
allowTemplateCreation: Boolean;
|
||||
allowDiscordTemplates: Boolean;
|
||||
allowRaws: Boolean;
|
||||
},
|
||||
client: {
|
||||
useTestClient: Boolean;
|
||||
}
|
||||
}
|
||||
|
||||
@ -346,5 +349,8 @@ export const DefaultConfigOptions: ConfigValue = {
|
||||
allowTemplateCreation: true,
|
||||
allowDiscordTemplates: true,
|
||||
allowRaws: false
|
||||
},
|
||||
client: {
|
||||
useTestClient: true
|
||||
}
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user