V0 #1

Closed
RusticMaple wants to merge 105 commits from v0 into main
Showing only changes of commit dcbbf2e1fe - Show all commits

revert changing of default server port

Maple 2026-01-31 17:28:49 +01:00

View file

@ -40,7 +40,7 @@ pub static SERVER_PORT: Lazy<u16> = Lazy::new(|| {
env::var("SERVER_PORT")
.ok()
.and_then(|s| s.parse().ok())
.unwrap_or(6000)
.unwrap_or(10000)
});
pub static KERBEROS_SERVER_PASSWORD: Lazy<String> = Lazy::new(|| {