summaryrefslogtreecommitdiffstats
path: root/src/config.rs
blob: 5783656db28db9fa3c58c91174b91926eb742c26 (plain)
1
2
3
pub static PAGE_LIMIT: i64 = 20;
pub const MAX_UPLOAD_FILE_SIZE: u64 = 1024 * 1024; // 1 MB
pub const SAVE_FILE_BASE_PATH: &str = "./uploads";