feat: add DB flags, fix presence config, switch basicauth to map
This commit is contained in:
parent
2dcf0ec867
commit
940c6d8a25
4 changed files with 98 additions and 30 deletions
11
config.go
11
config.go
|
@ -33,13 +33,12 @@ type Config struct {
|
|||
Key string
|
||||
}
|
||||
|
||||
// Credentials holds username-password pairs for basic authentication
|
||||
// not part of minimum viable product
|
||||
//Credentials map[string]string
|
||||
|
||||
UI struct {
|
||||
Username string
|
||||
Password string
|
||||
//Username string
|
||||
//Password string
|
||||
|
||||
// Credentials holds username-password pairs for basic authentication
|
||||
Credentials map[string]string
|
||||
}
|
||||
|
||||
// Port holds the port on which to expose the user interface
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue