mirror of
https://github.com/moghtech/komodo.git
synced 2026-08-23 00:00:14 +00:00
tweak
This commit is contained in:
@@ -49,7 +49,7 @@ async fn app() -> anyhow::Result<()> {
|
||||
}
|
||||
(Some(_), None) => {
|
||||
warn!(
|
||||
"'core_addresses' are defined for outbound connection, but missing 'connect_as' (PERIPHERY_CONNECT_AS)"
|
||||
"'core_addresses' are defined for outbound connection, but missing 'connect_as' (PERIPHERY_CONNECT_AS)."
|
||||
);
|
||||
}
|
||||
_ => {}
|
||||
|
||||
@@ -394,7 +394,7 @@ pub struct CoreConfig {
|
||||
pub enable_fancy_toml: bool,
|
||||
|
||||
/// If defined, ensure an enabled first server exists with the name.
|
||||
/// If None and "first_server" is defined, will default to "Local".
|
||||
/// If None and "first_server_address" is defined, will default to "Local".
|
||||
/// Set this and not 'first_server_address' for Periphery -> Core Server.
|
||||
/// Default: None
|
||||
#[serde(skip_serializing_if = "Option::is_none")]
|
||||
|
||||
Reference in New Issue
Block a user