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

Add ability to listen on public interface.

Add ability to handle unknown keys.
Update Readme.
This commit is contained in:
Ferdinand Muetsch
2019-05-21 14:02:04 +02:00
parent f7d2a39a00
commit 86fe3a4bae
7 changed files with 22 additions and 8 deletions

View File

@@ -2,6 +2,7 @@ package models
type Config struct {
Port int
Addr string
DbHost string
DbUser string
DbPassword string