We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 476dc4e commit 3135817Copy full SHA for 3135817
crates/icbsetup/src/create/mod.rs
@@ -110,6 +110,7 @@ impl IcyBoardCreator {
110
config.board.allow_iemsi = false;
111
config.login_server.telnet.port = 1337;
112
config.login_server.ssh.port = 1338;
113
+ config.qwk_settings.bbs_id = "QWKMAIL".to_string();
114
115
self.logger.start_action("Creating required paths.".to_string());
116
fs::create_dir_all(&self.destination.join(&config.paths.help_path))?;
0 commit comments