Changing companydb to read config file

This commit is contained in:
2018-11-13 19:02:47 +01:00
parent d760194f1a
commit 4c3dec838e
4 changed files with 31 additions and 7 deletions

View File

@ -3,4 +3,4 @@ httpport = 8080
runmode = dev
autorender = false
copyrequestbody = true
EnableDocs = true
EnableDocs = true

6
conf/dbconfig.toml Normal file
View File

@ -0,0 +1,6 @@
Host = "127.0.0.1"
User = "postgres"
Password = "postgres"
Port = 5435
Db = "system"
Ssl = "disable"