chore: add one missing ENV variable to the README.md file

This commit is contained in:
Dawid Wysokiński 2021-06-07 17:37:34 +02:00
parent 294584e8b8
commit 185aa7e543
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ DB_POOL_SIZE=40
LOG_DB_QUERIES=true
ACCESS_SECRET=access_token_secret
FILE_STORAGE_PATH=path_to_the_folder_where_uploaded_files_will_be_stored
DISABLE_ACCESS_LOG=false
```
1. Clone this repo.