fix tests for now until we do the big rename

This commit is contained in:
Cooper Quintin
2024-01-29 16:59:24 -08:00
parent 2886a94c5b
commit 797a44b61d

View File

@@ -19,7 +19,7 @@ pub struct Config {
impl Default for Config {
fn default() -> Self {
Config {
qmdl_store_path: "/data/rayhunter/qmdl".to_string(),
qmdl_store_path: "/data/wavehunter/qmdl".to_string(),
port: 8080,
readonly_mode: false,
}