diff --git a/backend/src/consts.rs b/backend/src/consts.rs index b9f1e41..a7fcf2d 100644 --- a/backend/src/consts.rs +++ b/backend/src/consts.rs @@ -1 +1,3 @@ -pub static FILE_CONF: &str = "conf.ron"; \ No newline at end of file +pub static FILE_CONF: &str = "conf.ron"; +pub static DB_DIRECTORY: &str = "data"; +pub static DB_FILENAME: &str = "recipes.sqlite"; \ No newline at end of file