X-Git-Url: http://git.euphorik.ch/?p=recipes.git;a=blobdiff_plain;f=backend%2Fsrc%2Fconsts.rs;h=a7fcf2db0c7b92b5c0f7e8ac591e1d48e8494570;hp=b9f1e4139c3f815ae2887d375383a1347ef9b15e;hb=ad3f1acd35631ba7cfe02849ae2a3e4d82707c03;hpb=c012be04a9185ab5924cb314e0378c0cf6655b26 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