mirror of
https://github.com/perstarkse/minne.git
synced 2026-04-01 07:03:10 +02:00
feat: port selection
This commit is contained in:
@@ -11,6 +11,7 @@ pub struct AppConfig {
|
||||
pub surrealdb_database: String,
|
||||
#[serde(default = "default_data_dir")]
|
||||
pub data_dir: String,
|
||||
pub http_port: u16,
|
||||
}
|
||||
|
||||
fn default_data_dir() -> String {
|
||||
|
||||
Reference in New Issue
Block a user