1
0
mirror of https://github.com/JustKato/FreePad.git synced 2026-02-23 15:50:46 +02:00

Updated visuals

+ New banner
* fixed .env missing variable
* Build script now builds to all platforms
+ ReadMe instructions for running
This commit is contained in:
2022-05-21 17:41:43 +03:00
parent 73b3286e33
commit 725bc4222b
4 changed files with 73 additions and 3 deletions

View File

@@ -17,4 +17,8 @@ API_BAN_LIMIT=300
DEV_MODE=0
# Maximum file storage age in minutes, set to -1 to disable
CLEANUP_MAX_AGE=43200 # Default is a month
CLEANUP_MAX_AGE=43200 # Default is a month
# Maximum pad file lenght, this is in characters, a character is one byte.
# Default: 524288 ( 500kb )
MAXIMUM_PAD_SIZE=524288