Update testnet related configuration (#524)
* Use value instead of variable in .env.testnet * Reduce testnet logs verbosity Debug logs are too verbose for long running node instances. If needed users could manually adjust configuration in `testnet/*_config.yaml` files without rebuilding the docker images.
This commit is contained in:
parent
cc6b6d1cc9
commit
421ea6c0c7
@ -5,5 +5,5 @@ DOCKER_COMPOSE_SUPER_MAJORITY_THRESHOLD=1
|
|||||||
DOCKER_COMPOSE_ETCDCTL_ENDPOINTS=etcd:2379
|
DOCKER_COMPOSE_ETCDCTL_ENDPOINTS=etcd:2379
|
||||||
DOCKER_COMPOSE_ETCDCTL_API=3
|
DOCKER_COMPOSE_ETCDCTL_API=3
|
||||||
DOCKER_COMPOSE_BOOSTRAP_NET_NODE_KEY=1000000000000000000000000000000000000000000000000000000000000000
|
DOCKER_COMPOSE_BOOSTRAP_NET_NODE_KEY=1000000000000000000000000000000000000000000000000000000000000000
|
||||||
DOCKER_COMPOSE_OVERLAY_NODES=$DOCKER_COMPOSE_BOOSTRAP_NET_NODE_KEY
|
DOCKER_COMPOSE_OVERLAY_NODES=1000000000000000000000000000000000000000000000000000000000000000
|
||||||
DOCKER_COMPOSE_NET_INITIAL_PEERS=/dns/bootstrap/tcp/3000
|
DOCKER_COMPOSE_NET_INITIAL_PEERS=/dns/bootstrap/tcp/3000
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log:
|
log:
|
||||||
backend: "Stdout"
|
backend: "Stdout"
|
||||||
format: "Json"
|
format: "Json"
|
||||||
level: "debug"
|
level: "info"
|
||||||
consensus:
|
consensus:
|
||||||
private_key: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
private_key: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||||
fountain_settings: null
|
fountain_settings: null
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
log:
|
log:
|
||||||
backend: "Stdout"
|
backend: "Stdout"
|
||||||
format: "Json"
|
format: "Json"
|
||||||
level: "debug"
|
level: "info"
|
||||||
consensus:
|
consensus:
|
||||||
private_key: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
private_key: [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
|
||||||
fountain_settings: null
|
fountain_settings: null
|
||||||
|
@ -13,4 +13,4 @@ mixnode:
|
|||||||
log:
|
log:
|
||||||
backend: "Stdout"
|
backend: "Stdout"
|
||||||
format: "Json"
|
format: "Json"
|
||||||
level: "debug"
|
level: "info"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user