diff --git a/rnex-core/src/executables/common.rs b/rnex-core/src/executables/common.rs index 0d5ca06..416e450 100644 --- a/rnex-core/src/executables/common.rs +++ b/rnex-core/src/executables/common.rs @@ -40,7 +40,7 @@ pub static SERVER_PORT: Lazy = 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 = Lazy::new(|| {