10 lines
143 B
TOML
10 lines
143 B
TOML
|
[database]
|
||
|
name = "vulcanizedb"
|
||
|
hostname = "postgres"
|
||
|
port = 5432
|
||
|
user = "postgres"
|
||
|
password = "postgres"
|
||
|
|
||
|
[client]
|
||
|
ipcPath = "/geth/geth.ipc"
|