feat: switch from kiseki.lol -> kiseki.loc on dbg

This commit is contained in:
rjindael 2023-09-10 02:26:00 -07:00
parent c3e922856c
commit 3c604085f7
No known key found for this signature in database
GPG Key ID: D069369C906CCF31
1 changed files with 5 additions and 0 deletions

View File

@ -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";