Add some constants
[recipes.git] / backend / src / consts.rs
index b9f1e41..a7fcf2d 100644 (file)
@@ -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