feat: load config from /etc/librepages/librepages
This commit is contained in:
parent
a421a6bbb4
commit
7eb622c29a
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ impl Settings {
|
|||
let mut s = Config::builder();
|
||||
|
||||
const CURRENT_DIR: &str = "./config/default.toml";
|
||||
const ETC: &str = "/etc/static-pages/config.toml";
|
||||
const ETC: &str = "/etc/liberapages/librepages/config.toml";
|
||||
|
||||
let mut read_file = false;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue