revert changing of default server port
This commit is contained in:
parent
1cd8f192bb
commit
dcbbf2e1fe
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@ pub static SERVER_PORT: Lazy<u16> = Lazy::new(|| {
|
||||||
env::var("SERVER_PORT")
|
env::var("SERVER_PORT")
|
||||||
.ok()
|
.ok()
|
||||||
.and_then(|s| s.parse().ok())
|
.and_then(|s| s.parse().ok())
|
||||||
.unwrap_or(6000)
|
.unwrap_or(10000)
|
||||||
});
|
});
|
||||||
|
|
||||||
pub static KERBEROS_SERVER_PASSWORD: Lazy<String> = Lazy::new(|| {
|
pub static KERBEROS_SERVER_PASSWORD: Lazy<String> = Lazy::new(|| {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue