caretta-sync/lazy-supplements/src/config/mod.rs

14 lines
217 B
Rust
Raw Normal View History

2025-05-24 06:11:00 +09:00
mod node;
mod server;
pub use node::NodeConfig;
2025-05-24 09:17:45 +09:00
pub use server::{
PartialServerConfig,
ServerConfig,
DEFAULT_LISTEN_IPS,
DEFAULT_PORT,
DEFAULT_PARTIAL_SERVER_CONFIG,
DEFAULT_SERVER_CONFIG
};