This commit is contained in:
mbecker20
2025-10-05 01:41:44 -07:00
parent 142c08cde4
commit 07ddaa8377
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -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)."
);
}
_ => {}
+1 -1
View File
@@ -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")]