Skip to content

Commit 1d9b83f

Browse files
committed
update code to document topic_prefix quirks
Signed-off-by: Lance-Drane <[email protected]>
1 parent 6aedce2 commit 1d9b83f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

proxy-http-client/src/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ pub struct Settings {
2828
pub log_level: LogLevel,
2929
/// set to true for developer-unfriendly settings (currently just log formats)
3030
pub production: bool,
31-
/// this should only contain the SYSTEM prefix, i.e. "organization.facility.system"
31+
/// this should only contain the SYSTEM prefix, i.e. "organization.facility.system."
3232
pub topic_prefix: String,
3333
}

proxy-http-server/src/configuration.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ pub struct Settings {
1818
pub app_port: u16,
1919
/// log level of the entire application
2020
pub log_level: LogLevel,
21-
/// this should only contain the SYSTEM prefix, i.e. "organization.facility.system"
21+
/// this should only contain the SYSTEM prefix, i.e. "organization.facility.system."
2222
pub topic_prefix: String,
2323
/// username for Basic Authentication
2424
pub username: String,

0 commit comments

Comments
 (0)