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:
@@ -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
|
||||
Reference in New Issue
Block a user