mirror of
https://github.com/logos-blockchain/logos-blockchain-testing.git
synced 2026-02-17 11:43:12 +00:00
20 lines
391 B
YAML
20 lines
391 B
YAML
image: "public.ecr.aws/r4s5t9y4/logos/logos-blockchain:test"
|
|
imagePullPolicy: IfNotPresent
|
|
|
|
# Keep node time in-process by default; NTP backends are flaky in short-lived
|
|
# test clusters and can stall consensus if they fail to sync.
|
|
timeBackend: "monotonic"
|
|
|
|
cfgsync:
|
|
port: 4400
|
|
config: ""
|
|
|
|
scripts:
|
|
runCfgsyncSh: ""
|
|
runNomosSh: ""
|
|
runNomosNodeSh: ""
|
|
|
|
nodes:
|
|
count: 1
|
|
nodes: []
|