Skip to content

Commit

Permalink
.github: Add flag to enable metabase resync (nspcc-dev#2537)
Browse files Browse the repository at this point in the history
Add flag to enable metabase resync on start.
This flag will be false by default and will not change the behavior of
the system in any way.
  • Loading branch information
roman-khimov committed Aug 31, 2023
2 parents 9279fde + e1aed14 commit 9871712
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/testcases-env
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ CA_CERTS_TRUSTED_STORE=./vendor/certs
BASTION_VERSION=10
BASTION_IMAGE=debian

# Flag to enable metabase resync on start
RESYNC_METABASE=false

# NeoGo privnet
#CHAIN_PATH="/path/to/devenv.dump.gz"
CHAIN_URL="https://github.com/nspcc-dev/neofs-contract/releases/download/v0.17.0/devenv_mainchain.gz"
Expand Down

0 comments on commit 9871712

Please sign in to comment.