Skip to content

Commit

Permalink
set run dapp server to true in ad4m launcher
Browse files Browse the repository at this point in the history
  • Loading branch information
jdeepee committed Nov 21, 2023
1 parent ca6f8b9 commit 007c64f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/src-tauri/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ fn main() {
config.app_data_path = Some(String::from(data_path().to_str().unwrap()));
config.gql_port = Some(free_port);
config.network_bootstrap_seed = None;
config.run_dapp_server = Some(false);
config.run_dapp_server = Some(true);
config.hc_use_bootstrap = Some(true);
config.hc_use_mdns = Some(false);
config.hc_use_proxy = Some(true);
Expand Down

0 comments on commit 007c64f

Please sign in to comment.