diff --git a/demo-site-config.json b/demo-site-config.json index c689a60d..42b8b346 100644 --- a/demo-site-config.json +++ b/demo-site-config.json @@ -238,6 +238,7 @@ } }, "settings": { - "reindexIntervalMs": 86400000 // 24 hours + "reindexIntervalMs": 86400000, // 24 hours + "enablePublicAccess": true } }