Update README.md

i forgot that the readme is wrong
This commit is contained in:
cube
2026-03-17 03:49:38 +00:00
parent b831cba133
commit b6732c2ebd

View File

@@ -19,7 +19,7 @@ flask app for plurals to publicly share member lists
``` ```
REGISTRATION: False # only set to True if in a development situation, or to create your first user REGISTRATION: False # only set to True if in a development situation, or to create your first user
UPLOAD_FOLDER = '/uploads' UPLOAD_FOLDER = 'myriad/static/icons'
ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'} ALLOWED_EXTENSIONS = {'png', 'jpg', 'jpeg', 'gif'}
``` ```