mirror of
https://github.com/spacebarchat/server.git
synced 2026-06-09 19:21:51 +00:00
Disable test client by default
This commit is contained in:
@@ -2,5 +2,5 @@ import { ClientReleaseConfiguration } from ".";
|
||||
|
||||
export class ClientConfiguration {
|
||||
releases: ClientReleaseConfiguration = new ClientReleaseConfiguration();
|
||||
useTestClient: boolean = true;
|
||||
useTestClient: boolean = false;
|
||||
}
|
||||
Reference in New Issue
Block a user