Skip to content

Commit 42f1bba

Browse files
committed
fix: local assertoor db
1 parent 31bccd8 commit 42f1bba

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.hack/devnet/assertoor.devnet.config.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,16 @@ web:
1212
api:
1313
enabled: true
1414

15+
database:
16+
engine: "sqlite"
17+
sqlite:
18+
file: "${DEVNET_DIR}/generated-assertoor-database.sqlite"
19+
1520
validatorNames:
1621
inventoryYaml: "${DEVNET_DIR}/generated-validator-ranges.yaml"
1722

1823
#globalVars:
1924
# additionalGlobalVar: xx
2025

2126
externalTests:
22-
#- file: ./test-playbook1.yaml
27+
#- file: ./cgc-test.yaml

0 commit comments

Comments
 (0)