forked from vultisig/plugin
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathconfig-verifier.yaml
More file actions
43 lines (37 loc) · 798 Bytes
/
Copy pathconfig-verifier.yaml
File metadata and controls
43 lines (37 loc) · 798 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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
# verifier
server:
host: localhost
port: 8080
database:
dsn: postgres://myuser:mypassword@localhost:5432/vultisig-verifier?sslmode=disable
vaults_file_path: /tmp/verifier/vaults
mode: verifier
plugin:
type: dca
plugin:
plugin_configs:
dca:
rpc_url: https://eth.llamarpc.com
uniswap:
v2_router: 0x7a250d5630B4cF539739dF2C5dAcb4c659F2488D
deadline: 5 # minutes
relay:
server: https://api.vultisig.com/router
redis:
host: localhost
port: 6379
password: ""
db: 0
block_storage:
type: s3
endpoint: http://localhost:9000
bucket: vultisig-verifier
access_key: minioadmin
secret: minioadmin
region: us-east-1
host: http://localhost:9000
force_path_style: true
disable_ssl: true
datadog:
host: localhost
port: 8125