Skip to content

Commit

Permalink
Set default domain to baalorlord.tv
Browse files Browse the repository at this point in the history
  • Loading branch information
MaT1g3R committed Oct 12, 2023
1 parent 1c5030a commit e060097
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/main/java/str_exporter/config/Config.java
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ public class Config {
public Config() throws IOException {
Properties strDefaultSettings = new Properties();
strDefaultSettings.setProperty(DELAY_SETTINGS, "150");
strDefaultSettings.setProperty(API_URL_SETTINGS, "https://str.otonokizaka.moe");
strDefaultSettings.setProperty(API_URL_SETTINGS, "https://slay-the-relics.baalorlord.tv");

config = new SpireConfig("slayTheRelics", "slayTheRelicsExporterConfig", strDefaultSettings);
config.load();
Expand Down
2 changes: 1 addition & 1 deletion src/main/resources/ModTheSpire.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"name": "Slay the Relics Exporter",
"author_list": ["LordAddy", "vmService"],
"description": "This mod exports data to Slay the Relics Twitch extension. \n\nThis mod in combination with the extension displays deck view and tooltips for viewers on stream for relics, potions, player/monster powers, orbs, even some custom tooltips from some mods. \nThe viewers just need to hover over the respective item just as if they were in the game themselves.\n\nSee the extension config on Twitch for setup instructions (search 'Slay the Relics').",
"version": "1.4.1",
"version": "2.0.0",
"sts_version": "07-30-2020",
"mts_version": "3.15.0",
"dependencies": ["basemod"]
Expand Down

0 comments on commit e060097

Please sign in to comment.