feat: switch from kiseki.lol -> kiseki.loc on dbg
This commit is contained in:
parent
c3e922856c
commit
3c604085f7
|
|
@ -5,7 +5,12 @@ public static class Constants
|
|||
public const string PROJECT_NAME = "Kiseki";
|
||||
public const string PROJECT_REPOSITORY = "kiseki-lol/launcher";
|
||||
|
||||
#if DEBUG
|
||||
public const string BASE_URL = "kiseki.loc";
|
||||
#else
|
||||
public const string BASE_URL = "kiseki.lol";
|
||||
#endif
|
||||
|
||||
public const string MAINTENANCE_DOMAIN = "test";
|
||||
|
||||
public const string PROTOCOL_KEY = "kiseki";
|
||||
|
|
|
|||
Loading…
Reference in New Issue