Merge branch 'master' of euphorik.ch:rup into master
[rup.git] / backend / src / consts.rs
diff --git a/backend/src/consts.rs b/backend/src/consts.rs
new file mode 100644 (file)
index 0000000..87d4211
--- /dev/null
@@ -0,0 +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