Add back accidentally removed DB config to staging.toml

This commit is contained in:
Edvard 2019-02-14 15:36:33 +01:00
parent a5b9fb944c
commit f1d6e417fe

View File

@ -1,4 +1,8 @@
[database]
name = "vulcanize_public"
hostname = "localhost"
user = "vulcanize"
password = "vulcanize"
port = 5432
[client]