default port

This commit is contained in:
Robin Appelman 2025-01-27 17:19:44 +01:00
commit 80ecafa593

View file

@ -68,7 +68,7 @@ async fn main() -> Result<()> {
.ok()
.map(|port| port.parse())
.transpose()?
.unwrap_or(80),
.unwrap_or(5665),
};
let mdns = dotenvy::var("DISABLE_MDNS").is_ok();