mirror of
https://github.com/spacebarchat/server.git
synced 2024-11-22 18:32:29 +01:00
Disable test client by default
This commit is contained in:
parent
fe4db63ab8
commit
92b1c5b800
@ -2,5 +2,5 @@ import { ClientReleaseConfiguration } from ".";
|
||||
|
||||
export class ClientConfiguration {
|
||||
releases: ClientReleaseConfiguration = new ClientReleaseConfiguration();
|
||||
useTestClient: boolean = true;
|
||||
useTestClient: boolean = false;
|
||||
}
|
Loading…
Reference in New Issue
Block a user