feat: add DB flags, fix presence config, switch basicauth to map

This commit is contained in:
Victor Lacasse-Beaudoin 2025-05-13 16:15:05 -04:00
parent 2dcf0ec867
commit 940c6d8a25
4 changed files with 98 additions and 30 deletions

View file

@ -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