We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 803e964 + e1f7185 commit b8c25ddCopy full SHA for b8c25dd
1 file changed
src/monitor/mod.rs
@@ -40,7 +40,7 @@ fn shares_server_endpoint() -> String {
40
fn worker_activity_server_endpoint() -> String {
41
// Determine the monitoring server URL based on the environment
42
match Configuration::environment().as_str() {
43
- "staging" => format!("{}/api/worker/activity", LOCAL_URL),
+ "staging" => format!("{}/api/worker/activity", STAGING_URL),
44
"testnet3" => format!("{}/api/worker/activity", TESTNET3_URL),
45
"local" => format!("{}/api/worker/activity", LOCAL_URL),
46
"production" => format!("{}/api/worker/activity", PRODUCTION_URL),
0 commit comments