multitenantStack/conf/dbconfig.toml

7 lines
104 B
TOML

Host = "127.0.0.1"
User = "postgres"
Password = "postgres"
Port = 5435
Db = "system"
Ssl = "disable"