Add a DB module (not used for the moment)
[rup.git] / backend / src / consts.rs
index 376dee8..87d4211 100644 (file)
@@ -1,3 +1,7 @@
 pub const FILE_CONF: &str = "conf.ron";\r
 pub const FILE_KEY: &str = "key.secret";\r
+\r
+pub const DB_DIRECTORY: &str = "data";\r
+pub const DB_FILENAME: &str = "db.sqlite";\r
+\r
 pub const DEFAULT_MESSAGE: &str = "Marc, roule un pet'!";
\ No newline at end of file