19 lines
347 B
TOML
19 lines
347 B
TOML
[database]
|
|
name = "vulcanize_public"
|
|
hostname = "localhost"
|
|
port = 5432
|
|
user = "ec2-user"
|
|
|
|
[client]
|
|
ipcPath = "ws://127.0.0.1:8546"
|
|
ipfsPath = "/root/.ipfs"
|
|
|
|
[server]
|
|
ipcPath = "/root/.vulcanize/vulcanize.ipc"
|
|
wsEndpoint = "127.0.0.1:8080"
|
|
|
|
[backfill]
|
|
on = false
|
|
ipcPath = ""
|
|
frequency = 5
|