mirror of
https://github.com/sadoyan/aralez.git
synced 2026-07-01 03:42:21 +08:00
Type changes, auth override policy
This commit is contained in:
@@ -33,7 +33,7 @@ pub fn run() {
|
||||
let ec_config = Arc::new(ArcSwap::from_pointee(Extraparams {
|
||||
to_https: None,
|
||||
sticky_sessions: false,
|
||||
authentication: DashMap::new(),
|
||||
authentication: None,
|
||||
rate_limit: None,
|
||||
}));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user