remove unused parts of config (#198)

remove commented out config options (enable-auto-fetch and auto-index) to avoid confusion
This commit is contained in:
Ed Summers
2023-01-04 20:00:22 -05:00
committed by GitHub
parent f35d495103
commit 33a153ac54

View File

@@ -1,5 +1,4 @@
debug: true debug: true
proxy: proxy:
coll: ${COLL} coll: ${COLL}
@@ -15,9 +14,5 @@ recorder:
rollover_size: ${ROLLOVER_SIZE} rollover_size: ${ROLLOVER_SIZE}
enable_put_custom_record: true enable_put_custom_record: true
#autoindex: 10
#enable_auto_fetch: true
collections: collections:
live: $live live: $live