1
0
mirror of https://github.com/muety/wakapi.git synced 2023-08-10 21:12:56 +03:00

Add ability to configure database port.

This commit is contained in:
Ferdinand Mütsch
2019-11-07 22:56:06 +01:00
parent 9e726028c3
commit caacea3f63
4 changed files with 13 additions and 2 deletions

View File

@ -4,6 +4,7 @@ type Config struct {
Port int
Addr string
DbHost string
DbPort uint
DbUser string
DbPassword string
DbName string