enable LOCAL_FILE_UPLOAD by default

This commit is contained in:
Son NK 2020-06-19 20:01:37 +02:00
parent 13416bfd31
commit 3f8f306a34
1 changed files with 2 additions and 0 deletions

View File

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