Take config path as input
This commit is contained in:
parent
958af89116
commit
baba8f82bf
6 changed files with 56 additions and 9 deletions
|
|
@ -1,4 +1,4 @@
|
|||
pub const CONFIG_PATH: &str = "config.yml";
|
||||
pub const DEFAULT_CONFIG_PATH: &str = "config.yml";
|
||||
pub const DEFAULT_DATABASES_DIRECTORY_PATH: &str = "databases";
|
||||
pub const DEFAULT_HOST: &str = "127.0.0.1";
|
||||
pub const DEFAULT_PORT: u16 = 3000;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue