From 14e37ef8c4dbab1de09908bf9842fb829672bbaf Mon Sep 17 00:00:00 2001 From: pedro Date: Tue, 23 Jan 2024 12:52:46 +0100 Subject: [PATCH] docker: IMPORT_SNAPSHOTS: change default to no --- examples/env.example | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/examples/env.example b/examples/env.example index c8a54cf2..1ec807f9 100644 --- a/examples/env.example +++ b/examples/env.example @@ -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'