Add upload limit to .env.example
This commit is contained in:
parent
c29e4a1c52
commit
0e0140a592
1 changed files with 1 additions and 0 deletions
|
@ -24,3 +24,4 @@ S3_BUCKET=<your-s3-bucket>
|
||||||
S3_BUCKET_URL_BASE=<alt-for-s3-url>
|
S3_BUCKET_URL_BASE=<alt-for-s3-url>
|
||||||
SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production
|
SESSION_SECRET=whatever_you_want_this_to_be_it_only_matters_for_production
|
||||||
UI_ACCESS_TOKEN_ENABLED=false
|
UI_ACCESS_TOKEN_ENABLED=false
|
||||||
|
UPLOAD_LIMIT=250000000
|
||||||
|
|
Loading…
Reference in a new issue