fix #77 CHECK CONFIG

This commit is contained in:
cube
2026-05-09 20:19:40 +01:00
parent 4d2d76943a
commit 3f0dc5ac26
5 changed files with 20 additions and 1 deletions

View File

@@ -16,6 +16,7 @@ this is how your config should look at the latest update
```
REGISTRATION = True # Make sure to disable in production
STATIC_FOLDER = 'myriad/static'
ICON_UPLOAD_FOLDER = 'myriad/static/icons' # where member icons will be stored
BLINKIES_UPLOAD_FOLDER = 'myriad/static/blinkies' # where blinkies will be stored
STAMPS_UPLOAD_FOLDER = 'myriad/static/stamps' # where stamps will be stored