docker: IMPORT_SNAPSHOTS: change default to no

This commit is contained in:
pedro 2024-01-23 12:52:46 +01:00
parent 1a5384e302
commit 14e37ef8c4
1 changed files with 2 additions and 1 deletions

View File

@ -38,7 +38,8 @@ SECRET_KEY='aaaa'
SNAPSHOTS_PATH='./examples/snapshots'
# full path starts with /
#SNAPSHOTS_PATH='/tmp/dhub_docker/snapshots'
IMPORT_SNAPSHOTS='y'
# be conservative to not upload wrong snapshots to the DLT
IMPORT_SNAPSHOTS='n'
# If you have a URL_MANUALS implementation, please change this url
URL_MANUALS='http://localhost:4000'