Update README.md

This commit is contained in:
cube
2026-03-17 02:01:14 +00:00
parent f5c23378b8
commit d196089d0e

View File

@@ -15,11 +15,12 @@ flask app for plurals to publicly share member lists
# config
- create `config.py` in the instance folder and customise the following settings to your needs
- create `config.py` in the instance folder and customise the following settings to your needs
```
REGISTRATION: False # only set to True if in a development situation, or to create your first user
UPLOAD_FOLDER = '/uploads'
ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
REGISTRATION: False # only set to True if in a development situation, or to create your first user
UPLOAD_FOLDER = '/uploads'
ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
```
# usage