formatting and comments
This commit is contained in:
@@ -1,3 +1,10 @@
|
||||
//! TOML configuration loading, validation and legacy bootstrap compatibility.
|
||||
//!
|
||||
//! Deployment-wide policy (bind address, encryption key, allowed CookieCloud
|
||||
//! hosts and timeouts) remains in [`Config`]. Room IDs, credentials and component
|
||||
//! settings become tenant-owned database records after enrollment; the legacy
|
||||
//! TOML fields are import inputs and must not be treated as global live state.
|
||||
|
||||
use std::{env, fs, net::IpAddr, path::PathBuf};
|
||||
|
||||
use base64::{Engine, engine::general_purpose::STANDARD};
|
||||
|
||||
Reference in New Issue
Block a user