Compare commits

..

1 Commits

Author SHA1 Message Date
Asaf Gartner dad080aa50 Added config validation 2024-04-24 01:26:31 +03:00
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ type Config struct {
ApiUrl string `toml:"api_url"`
SharedSecret string `toml:"shared_secret"`
City string `toml:"city"`
} `toml:"hmc"`
}
Postmark struct {
ServerToken string `toml:"server_token"`
ApiUrl string `toml:"api_url"`