Skip to content

Commit 48c538c

Browse files
committed
[integritee-service] add documentation about the default marblerun port.
1 parent 4607271 commit 48c538c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

service/src/config.rs

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,9 @@ impl RunConfig {
251251
}
252252

253253
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
254257
self.marblerun_base_url.as_deref().unwrap_or("http://localhost:9944")
255258
}
256259
}

0 commit comments

Comments
 (0)