diff --git a/src/config.rs b/src/config.rs index da2ceeb..42758a6 100644 --- a/src/config.rs +++ b/src/config.rs @@ -8,7 +8,7 @@ pub struct Config { impl Config { pub fn load() -> Self { Self { - config_path: env::var("DMM_CONFIG_PATH").unwrap_or_else(|_| "/raid/mc_servers".to_string()), + config_path: env::var("DMM_CONFIG_PATH").unwrap_or_else(|_| "/raid/crit/mc_servers".to_string()), docker_image: "itzg/minecraft-server".to_string(), } }