-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathconfig.yaml
33 lines (29 loc) · 919 Bytes
/
config.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
#
# This configuration file is intended to provide a full node that follows
# TestNet and just validates / outputs what it sees.
#
# This configuration is provided for the convenience of developers and testers
# and should not be used where financial stakes are at stake.
# See `doc/config.example.yaml` in the Agora repository for a full,
# up to date example of the configuration options available
#
# Run from the root of Agora's repository, after building it, with:
# ./build/agora -c devel/testnet/config.yaml
node:
realm: "testnet.bosagora.io"
testing: true
registry_address: https://ns1.bosagora.io/
registry:
public: true
# If you want to be a validator, use the following:
# validator:
# enabled: true
# seed: YOUR_SEED_HERE
logging:
root:
# You might want to use `Trace` and separate output
level: Info
console: true
propagate: true
file: log/root.log
additive: true