We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4607271 commit 48c538cCopy full SHA for 48c538c
service/src/config.rs
@@ -251,6 +251,9 @@ impl RunConfig {
251
}
252
253
pub fn marblerun_base_url(&self) -> &str {
254
+ // This conflicts with the default port of a substrate node, but it is indeed the
255
+ // default port of marblerun too:
256
+ // https://github.com/edgelesssys/marblerun/blob/master/docs/docs/workflows/monitoring.md?plain=1#L26
257
self.marblerun_base_url.as_deref().unwrap_or("http://localhost:9944")
258
259
0 commit comments