mirror of
https://github.com/EFForg/rayhunter.git
synced 2026-05-18 05:44:47 -07:00
fix tests for now until we do the big rename
This commit is contained in:
@@ -19,7 +19,7 @@ pub struct Config {
|
|||||||
impl Default for Config {
|
impl Default for Config {
|
||||||
fn default() -> Self {
|
fn default() -> Self {
|
||||||
Config {
|
Config {
|
||||||
qmdl_store_path: "/data/rayhunter/qmdl".to_string(),
|
qmdl_store_path: "/data/wavehunter/qmdl".to_string(),
|
||||||
port: 8080,
|
port: 8080,
|
||||||
readonly_mode: false,
|
readonly_mode: false,
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user