config: add application settings config, refactor node server config

This commit is contained in:
ardocrat
2023-06-15 23:54:31 +03:00
parent 117f450574
commit ba4c1da1f4
8 changed files with 315 additions and 63 deletions
+3 -1
View File
@@ -13,5 +13,7 @@
// limitations under the License.
mod node;
pub use node::Node;
pub use node::Node;
mod config;
pub use config::NodeConfig;