Add LOCAL_FILE_UPLOAD option to README

This commit is contained in:
Son NK 2020-07-18 20:14:52 +02:00
parent 6437ee46e0
commit 363bfa1bf3
1 changed files with 2 additions and 0 deletions

View File

@ -468,6 +468,8 @@ DB_URI=postgresql://myuser:mypassword@sl-db:5432/simplelogin
FLASK_SECRET=put_something_secret_here
GNUPGHOME=/sl/pgp
LOCAL_FILE_UPLOAD=true
```