default to terminal for now

This commit is contained in:
Bel LaPointe
2023-03-23 15:26:16 -06:00
parent 2b0fd2fc67
commit 9df201fe4d

View File

@@ -73,7 +73,7 @@ fn build_config_std() -> Config {
Err(_) => None, Err(_) => None,
}, },
engine: Engine{ engine: Engine{
name: String::from("gui"), name: String::from("stdin"),
kafka: None, kafka: None,
device: None, device: None,
udp: Some(UDP{ udp: Some(UDP{