Add a DB module (not used for the moment)
[rup.git] / backend / src / consts.rs
1 pub const FILE_CONF: &str = "conf.ron";
2 pub const FILE_KEY: &str = "key.secret";
3
4 pub const DB_DIRECTORY: &str = "data";
5 pub const DB_FILENAME: &str = "db.sqlite";
6
7 pub const DEFAULT_MESSAGE: &str = "Marc, roule un pet'!";