Compare commits

..

1 Commits

Author SHA1 Message Date
dad080aa50 Added config validation 2024-04-24 01:26:31 +03:00

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"`