Update README.md

This commit is contained in:
2026-05-27 23:34:41 +00:00
parent 9607a7bf06
commit 82aee41da8

View File

@@ -32,7 +32,6 @@ TMP_FOLDER = 'myriad/static/tmp' # required for exports
SYSTEM_NAME = 'Myriad' # will be shown in the title bar
PAGES_NAME = 'Read More...' # will be shown in the nav bar if using custom pages
SECRET_KEY = "dev" # CHANGE THIS - see wiki for details
PRIVATE = False
```
most likely if you get an error after updating, you need to make sure your config has all the fields as sampled above. we may have added something that you now need.