change default config path
This commit is contained in:
@ -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(),
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user