-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig.yml
More file actions
52 lines (52 loc) · 1.17 KB
/
config.yml
File metadata and controls
52 lines (52 loc) · 1.17 KB
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
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
server:
#plugin metrics
# http: 127.0.0.1:8989
#debug port
# httpAdminPort: 8988
#loaded default plugin list
plugins:
- iotexprice_worker.so
- block.so
- block_action.so
- staking_action.so
- account_vote.so
- candidate.so
- token_erc721.so
- action_execution.so
- account_income.so
- token_erc20.so
- delegate.so
- probation.so
- block_receipt.so
- staking_bucket.so
- account_meta.so
- block_meta.so
- gas_burned.so
database:
driver: postgres
host: 127.0.0.1
port: 5432
user: postgres
password: admin
name: test
iotex:
#catchUpMode: true
chainEndPoint: api.testnet.iotex.one:80
blockDB:
dbPath: chain.db
log:
zap:
level: info
encoding: console
disableCaller: false
disableStacktrace: false
outputPaths: ["stderr"]
errorOutputPaths: ["stderr"]
stdLogRedirect: false
#stderrRedirectFile: std.log
genesis:
account:
initBalances:
io10t7juxazfteqzjsd6qjk7tkgmngj2tm7n4fvrd: "1000000000000000000000000000"
io120au9ra0nffdle04jx2g5gccn6gq8qd4fy03l4: "7000000000000000000000000000"
io1yrzvkucxpytn4fru35lc8r8jk4jtue4syg8d4h: "800000000000000000000000000"