From 9607a7bf06951ec076ff8425c7dd18b79b24c37f Mon Sep 17 00:00:00 2001 From: cube Date: Tue, 26 May 2026 11:55:36 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0af84df..ea67f84 100644 --- a/README.md +++ b/README.md @@ -32,7 +32,7 @@ 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.