Skip to content

Commit

Permalink
Update ShockCraftConfig.kt
Browse files Browse the repository at this point in the history
  • Loading branch information
hhvrc authored Dec 2, 2024
1 parent 2dd8c94 commit 788b15b
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ class ShockCraftConfig {

// <--- Server --->

@SerialEntry(comment = "Base API Url of the OpenShock Backend. Official instance: https://api.shocklink.net")
var apiBaseUrl: String = "https://api.shocklink.net"
@SerialEntry(comment = "Base API Url of the OpenShock Backend. Official instance: https://api.openshock.app")
var apiBaseUrl: String = "https://api.openshock.app"

@SerialEntry(comment = "API Token generated on the web")
var apiToken: String = ""
Expand Down Expand Up @@ -80,4 +80,4 @@ class ShockCraftConfig {
}
.build()
}
}
}

0 comments on commit 788b15b

Please sign in to comment.