Changing companydb to read config file
This commit is contained in:
@ -3,4 +3,4 @@ httpport = 8080
|
||||
runmode = dev
|
||||
autorender = false
|
||||
copyrequestbody = true
|
||||
EnableDocs = true
|
||||
EnableDocs = true
|
6
conf/dbconfig.toml
Normal file
6
conf/dbconfig.toml
Normal file
@ -0,0 +1,6 @@
|
||||
Host = "127.0.0.1"
|
||||
User = "postgres"
|
||||
Password = "postgres"
|
||||
Port = 5435
|
||||
Db = "system"
|
||||
Ssl = "disable"
|
Reference in New Issue
Block a user