diff options
Diffstat (limited to '.env.sample')
| -rw-r--r-- | .env.sample | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.env.sample b/.env.sample index 45b1332..281d0ec 100644 --- a/.env.sample +++ b/.env.sample @@ -1,3 +1,4 @@ PORT=3000 TOKEN= -HOST_DIR=dist +HOST_DIR=/dist +UPLOAD_LIMIT=4194304 |
