added dotfiles to config

This commit is contained in:
2021-10-05 20:09:24 +02:00
parent e845bfb530
commit d40abc31a8
4 changed files with 26 additions and 16 deletions

View File

@@ -38,6 +38,9 @@ type Conf struct {
Password string
APIKey string `yaml:"api_key"`
RatePerSecond int `yaml:"rate_per_sec"`
Sentry string
LoginKey string `yaml:"login_key"`
ServerList string `yaml:"server_list"`
}
Httpd struct {
CORSAllowDomains string `yaml:"cors_allow_domains"`