mirror of
https://github.com/status-im/sshfp-generator.git
synced 2025-03-03 21:50:36 +00:00
Signed-off-by: Artur Marud <artur@status.im> Signed-off-by: Jakub Sokołowski <jakub@status.im>
11 lines
307 B
Go
11 lines
307 B
Go
package config
|
|
|
|
type Config struct {
|
|
ConsulToken string `json:"consulToken"`
|
|
CloudflareToken string `json:"cloudflareKey"`
|
|
DomainName string `json:"domain"`
|
|
HostTimeout int `json:"hostTimeout"`
|
|
LogLevel string `json:"logLevel"`
|
|
StorageFilePath string `json:"storageFilePath"`
|
|
}
|