add a setting to hide commafeed from search engines

This commit is contained in:
Athou
2023-06-13 10:47:39 +02:00
parent 2c32fa1e13
commit 9156b8b6d0
6 changed files with 39 additions and 0 deletions

View File

@@ -3,6 +3,9 @@
app:
# url used to access commafeed
publicUrl: http://localhost:8082/
# whether to expose a robots.txt file that disallows web crawlers and search engine indexers
hideFromWebCrawlers: true
# whether to allow user registrations
allowRegistrations: true