update config for beta

This commit is contained in:
Halit Aksoy 2022-09-02 01:15:31 +03:00
parent d4484b86c8
commit 0100be1b39

View File

@ -1,5 +1,5 @@
export const useLocalServer = false; export const useLocalServer = false;
export const isAlpha = true; export const isAlpha = false;
export type Server = { export type Server = {
serverAdress: string; serverAdress: string;