mirror of
https://codeberg.org/icewind/palantir.git
synced 2026-06-03 10:14:09 +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()
|
||||
.map(|port| port.parse())
|
||||
.transpose()?
|
||||
.unwrap_or(80),
|
||||
.unwrap_or(5665),
|
||||
};
|
||||
|
||||
let mdns = dotenvy::var("DISABLE_MDNS").is_ok();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue