File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff 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}
Original file line number Diff line number Diff 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 ,
You can’t perform that action at this time.
0 commit comments