mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-02-12 18:20:24 +00:00
feat: translate-manager Beta
This commit is contained in:
@@ -10,10 +10,10 @@ class URLConf {
|
||||
static const String analyticsApiHome = "https://scbox.org";
|
||||
|
||||
/// PartyRoom Server
|
||||
static const String partyRoomServerAddress = "localhost";
|
||||
static const int partyRoomServerPort = 50051;
|
||||
// static const String partyRoomServerAddress = "ecdn.partyroom.grpc.scbox.xkeyc.cn";
|
||||
// static const int partyRoomServerPort = 443;
|
||||
// static const String partyRoomServerAddress = "localhost";
|
||||
// static const int partyRoomServerPort = 50051;
|
||||
static const String partyRoomServerAddress = "ecdn.partyroom.grpc.scbox.xkeyc.cn";
|
||||
static const int partyRoomServerPort = 443;
|
||||
|
||||
static bool isUrlCheckPass = false;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user