Add back accidentally removed DB config to staging.toml
This commit is contained in:
parent
a5b9fb944c
commit
f1d6e417fe
@ -1,4 +1,8 @@
|
|||||||
[database]
|
[database]
|
||||||
|
name = "vulcanize_public"
|
||||||
|
hostname = "localhost"
|
||||||
|
user = "vulcanize"
|
||||||
|
password = "vulcanize"
|
||||||
port = 5432
|
port = 5432
|
||||||
|
|
||||||
[client]
|
[client]
|
||||||
|
Loading…
Reference in New Issue
Block a user