Update README.md

This commit is contained in:
2026-05-26 11:55:36 +00:00
parent d2d8a8ff83
commit 9607a7bf06

View File

@@ -32,7 +32,7 @@ TMP_FOLDER = 'myriad/static/tmp' # required for exports
SYSTEM_NAME = 'Myriad' # will be shown in the title bar 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 PAGES_NAME = 'Read More...' # will be shown in the nav bar if using custom pages
SECRET_KEY = "dev" # CHANGE THIS - see wiki for details 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. 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.