From 82aee41da8f8ae96476023dda97943421cfa4950 Mon Sep 17 00:00:00 2001 From: cube Date: Wed, 27 May 2026 23:34:41 +0000 Subject: [PATCH] Update README.md --- README.md | 1 - 1 file changed, 1 deletion(-) diff --git a/README.md b/README.md index ea67f84..5336cdb 100644 --- a/README.md +++ b/README.md @@ -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.