We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31bccd8 commit 42f1bbaCopy full SHA for 42f1bba
.hack/devnet/assertoor.devnet.config.yaml
@@ -12,11 +12,16 @@ web:
12
api:
13
enabled: true
14
15
+database:
16
+ engine: "sqlite"
17
+ sqlite:
18
+ file: "${DEVNET_DIR}/generated-assertoor-database.sqlite"
19
+
20
validatorNames:
21
inventoryYaml: "${DEVNET_DIR}/generated-validator-ranges.yaml"
22
23
#globalVars:
24
# additionalGlobalVar: xx
25
26
externalTests:
- #- file: ./test-playbook1.yaml
27
+ #- file: ./cgc-test.yaml
0 commit comments