forked from worldcoin/tx-sitter-monolith
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathconfig.toml
39 lines (32 loc) · 840 Bytes
/
config.toml
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
[service]
escalation_interval = "1m"
[service.predefined.network]
chain_id = 31337
name = "predefined"
http_rpc = "http://127.0.0.1:8545"
ws_rpc = "ws://127.0.0.1:8545"
[service.predefined.relayer]
id = "1b908a34-5dc1-4d2d-a146-5eb46e975830"
name = "predefined"
chain_id = 31337
key_id = "d10607662a85424f02a33fb1e6d095bd0ac7154396ff09762e41f82ff2233aaa"
api_key = "G5CKNF3BTS2hRl60bpdYMNPqXvXsP-QZd2lrtmgctsk="
[server]
host = "127.0.0.1:3000"
disable_auth = false
server_address = "http://localhost:3000"
[database]
kind = "connection_string"
connection_string = "postgres://postgres:[email protected]:5432/database"
# [database]
# kind = "parts"
# host = "127.0.0.1"
# port = "5432"
# username = "postgres"
# password = "postgres"
# database = "database"
[keys]
kind = "local"
# Example KMS configuration
# [keys]
# kind = "kms"