Change default name of configuration file to /etc/s0_meter.cfg

This commit is contained in:
Harald Kube 2021-03-01 00:00:42 +01:00
parent a2a3e8f98f
commit 20f6438343

View file

@ -20,7 +20,7 @@ use std::sync::{Arc, Mutex};
const APP_VERSION: &'static str = env!("CARGO_PKG_VERSION");
const DEFAULT_CONFIG_FILE_NAME: &str = "/etc/s0_logger.cfg";
const DEFAULT_CONFIG_FILE_NAME: &str = "/etc/s0_meter.cfg";
const DEFAULT_IP_ADDRESS: &str = "127.0.0.1";
const DEFAULT_IP_PORT: &str = "6310";