Merge pull request #12 from zdam-egzamin-zawodowy/feat/add-readme-md

chore: add one missing ENV variable to the README.md file
This commit is contained in:
Dawid Wysokiński 2021-06-07 17:37:54 +02:00 committed by GitHub
commit a15b5e98a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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.