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'