diff options
| author | Santo Cariotti <santo@dcariotti.me> | 2022-09-10 15:23:02 +0000 |
|---|---|---|
| committer | Santo Cariotti <santo@dcariotti.me> | 2022-09-10 15:23:02 +0000 |
| commit | 2a90d0ff8d4336850a450f749140e2df2e94fc56 (patch) | |
| tree | cf6a0d94ad7f56068093a836d302cdc090747d3a /src/config.rs | |
| parent | 58d6870c33d664157c3efc9c75686e6c0779a96f (diff) | |
Upload files
Diffstat (limited to 'src/config.rs')
| -rw-r--r-- | src/config.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/config.rs b/src/config.rs index 6449a3f..5783656 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1 +1,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"; |
