feat: rename config/default.toml -> config/config.toml
ci/woodpecker/push/woodpecker Pipeline was successful Details

This commit is contained in:
Aravinth Manivannan 2022-12-07 13:06:17 +05:30
parent f9d23cb3ef
commit 327ba35898
Signed by: realaravinth
GPG Key ID: AD9F0F08E855ED88
2 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@ impl Settings {
pub fn new() -> Result<Self, ConfigError> {
let mut s = Config::new();
const CURRENT_DIR: &str = "./config/default.toml";
const CURRENT_DIR: &str = "./config/config.toml";
const ETC: &str = "/etc/lpconductor/config.toml";
if let Ok(path) = env::var("LPCONDUCTOR_CONFIG") {