multitenantStack/conf/dbconfig.toml

7 lines
112 B
TOML
Raw Normal View History

2018-11-13 18:02:47 +00:00
Host = "127.0.0.1"
User = "postgres"
Password = "ENvfffM4hrJAKrs8"
2018-11-13 18:02:47 +00:00
Port = 5435
Db = "system"
Ssl = "disable"