Skip to content

Commit

Permalink
Update dev server URL (#71)
Browse files Browse the repository at this point in the history
  • Loading branch information
lefarchi authored Jun 20, 2024
1 parent fa08997 commit cb95396
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Assets/Treasure/TDK/Runtime/Common/Constants.cs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ public static class Constants
public const string PPREFS_EPOCH_DIFF = "treasure.epoch_diff";

// misc values
public const string SERVER_TIME_ENDPOINT_DEV = "https://darkmatter-dev.treasure.lol/utils/time-unix"; //"https://trove-api.treasure.lol/v1/time";
public const string SERVER_TIME_ENDPOINT_DEV = "https://darkmatter.spellcaster.lol/utils/time-unix"; //"https://trove-api.treasure.lol/v1/time";
public const string SERVER_TIME_ENDPOINT_PROD = "https://darkmatter.treasure.lol/utils/time-unix"; //"https://trove-api.treasure.lol/v1/time";

// contract accresses
Expand Down
2 changes: 1 addition & 1 deletion Assets/Treasure/TDK/Runtime/TDKConfig.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ public enum Env { DEV, PROD }
[SerializeField] private string _cartridgeTag = string.Empty;
[SerializeField] private string _devTdkApiUrl = "https://tdk-api.spellcaster.lol";
[SerializeField] private string _prodTdkApiUrl = "https://tdk-api.treasure.lol";
[SerializeField] private string _devAnalyticsApiUrl = "https://darkmatter-dev.treasure.lol/ingress";
[SerializeField] private string _devAnalyticsApiUrl = "https://darkmatter.spellcaster.lol/ingress";
[SerializeField] private string _prodAnalyticsApiUrl = "https://darkmatter.treasure.lol/ingress";
[SerializeField] private int _sessionLengthDays = 3;

Expand Down

0 comments on commit cb95396

Please sign in to comment.