mirror of
https://github.com/StarCitizenToolBox/app.git
synced 2026-01-13 19:50:28 +00:00
feat: use CDN url
This commit is contained in:
parent
7a38d0d386
commit
a199ba745a
@ -11,10 +11,9 @@ class URLConf {
|
|||||||
static const String analyticsApiHome = "https://scbox.org";
|
static const String analyticsApiHome = "https://scbox.org";
|
||||||
|
|
||||||
/// PartyRoom Server
|
/// PartyRoom Server
|
||||||
static const String partyRoomServerAddress = "partyroom.grpc.scbox.xkeyc.cn";
|
static const String partyRoomServerAddress = "ecdn.partyroom.grpc.scbox.xkeyc.cn";
|
||||||
static const int partyRoomServerPort = 443;
|
static const int partyRoomServerPort = 443;
|
||||||
|
|
||||||
|
|
||||||
static bool isUrlCheckPass = false;
|
static bool isUrlCheckPass = false;
|
||||||
|
|
||||||
/// URLS
|
/// URLS
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user