Skip to content

Commit

Permalink
revert to using config app port again
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Sep 14, 2023
1 parent b729a4b commit 784d2b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rust-executor/src/holochain_service/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,7 @@ impl HolochainService {

let interface = conductor
.clone()
.add_app_interface(Either::Left(0))
.add_app_interface(Either::Left(local_config.app_port))
.await;

info!("Added app interface: {:?}", interface);
Expand Down

0 comments on commit 784d2b6

Please sign in to comment.