AIRA/src/constants.rs

6 lines
229 B
Rust
Raw Normal View History

2021-03-20 18:03:47 +01:00
pub const PORT: u16 = 7530;
pub const UI_PORT: u16 = 9510;
pub const APPLICATION_FOLDER: &str = "AIRA";
pub const DB_NAME: &str = "AIRA.db";
pub const HTTP_COOKIE_NAME: &str = "aira_auth";
pub const MSG_LOADING_COUNT: usize = 20;