Compare commits
1 Commits
42bb6f8bad
...
dad080aa50
| Author | SHA1 | Date | |
|---|---|---|---|
| dad080aa50 |
2
main.go
2
main.go
@@ -44,7 +44,7 @@ type Config struct {
|
|||||||
ApiUrl string `toml:"api_url"`
|
ApiUrl string `toml:"api_url"`
|
||||||
SharedSecret string `toml:"shared_secret"`
|
SharedSecret string `toml:"shared_secret"`
|
||||||
City string `toml:"city"`
|
City string `toml:"city"`
|
||||||
} `toml:"hmc"`
|
}
|
||||||
Postmark struct {
|
Postmark struct {
|
||||||
ServerToken string `toml:"server_token"`
|
ServerToken string `toml:"server_token"`
|
||||||
ApiUrl string `toml:"api_url"`
|
ApiUrl string `toml:"api_url"`
|
||||||
|
|||||||
Reference in New Issue
Block a user