mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 18:24:08 +02:00
default port
This commit is contained in:
parent
e3be95a7b7
commit
80ecafa593
1 changed files with 1 additions and 1 deletions
|
|
@ -68,7 +68,7 @@ async fn main() -> Result<()> {
|
||||||
.ok()
|
.ok()
|
||||||
.map(|port| port.parse())
|
.map(|port| port.parse())
|
||||||
.transpose()?
|
.transpose()?
|
||||||
.unwrap_or(80),
|
.unwrap_or(5665),
|
||||||
};
|
};
|
||||||
|
|
||||||
let mdns = dotenvy::var("DISABLE_MDNS").is_ok();
|
let mdns = dotenvy::var("DISABLE_MDNS").is_ok();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue