Change default name of configuration file to /etc/s0_meter.cfg
This commit is contained in:
parent
a2a3e8f98f
commit
20f6438343
1 changed files with 1 additions and 1 deletions
|
|
@ -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";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue