-
Notifications
You must be signed in to change notification settings - Fork 19
Expand file tree
/
Copy pathapplication.conf
More file actions
28 lines (19 loc) · 912 Bytes
/
application.conf
File metadata and controls
28 lines (19 loc) · 912 Bytes
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
exchange.reward-address = "9gCigPc9cZNRhKgbgdmTkVxo1ZKgw79G8DvLjCcYWAvEF3XRUKy"
execution.order-lifetime = 300s
monetary.miner-fee = 2000000
monetary.min-dex-fee = 1000000
monetary.min-box-value = 60000
protocol.network-type = "mainnet"
consumers.confirmed-orders.group-id = "ergo"
consumers.confirmed-orders.client-id = "ergo"
consumers.confirmed-orders.topic-id = "dex.amm.cfmm.confirmed.orders"
consumers.unconfirmed-orders.group-id = "ergo"
consumers.unconfirmed-orders.client-id = "ergo"
consumers.unconfirmed-orders.topic-id = "dex.amm.cfmm.unconfirmed.orders"
consumers.evaluated-orders.group-id = "ergo"
consumers.evaluated-orders.client-id = "ergo"
consumers.evaluated-orders.topic-id = "dex.cfmm.history.orders"
kafka.bootstrap-servers = ["kafka1:9092"]
network.explorer-uri = "https://api.ergoplatform.com"
network.node-uri = "http://127.0.0.1:9053"
resolver.uri = "http://poolresolver:9876"