Create staging.toml

This commit is contained in:
Takayuki Goto 2018-08-19 19:43:55 -05:00 committed by GitHub
parent 66ad7e3021
commit a179a4f7df

View File

@ -0,0 +1,9 @@
[database]
name = "vulcanize_public"
hostname = "host.docker.internal"
user = "vulcanize"
password = "vulcanize"
port = 5432
[client]
ipcPath = "/mnt/geth.ipc"