forked from cerc-io/ipld-eth-server
add prod config file
This commit is contained in:
parent
5fc7170c1e
commit
ddf47249fd
12
environments/prod.toml
Normal file
12
environments/prod.toml
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
[database]
|
||||||
|
name = "vulcanize_public"
|
||||||
|
hostname = "localhost"
|
||||||
|
user = "vulcanize"
|
||||||
|
password = "vulcanize"
|
||||||
|
port = 5432
|
||||||
|
|
||||||
|
[client]
|
||||||
|
ipcPath = "https://kovan.infura.io/J5Vd2fRtGsw0zZ0Ov3BL"
|
||||||
|
|
||||||
|
[datadog]
|
||||||
|
name = "maker_vdb_prod"
|
Loading…
Reference in New Issue
Block a user