mirror of
https://github.com/status-im/sshfp-generator.git
synced 2025-02-07 18:25:05 +00:00
* Support for deleted hosts (cleanup records after configured time) * Small fixes Signed-off-by: Artur Marud <artur@status.im>
10 lines
266 B
Go
10 lines
266 B
Go
package config
|
|
|
|
type Config struct {
|
|
//ConsulToken string `json:"consulKey"`
|
|
CloudflareToken string `json:"cloudflareKey"`
|
|
DomainName string `json:"domain"`
|
|
HostTimeout int `json:"hostLivenessTimeout"`
|
|
LogLevel string `json:"logLevel"`
|
|
}
|