feat: add posibility to use token file in hetzner config
This commit is contained in:
@@ -24,7 +24,8 @@ type TLSConfig struct {
|
||||
}
|
||||
|
||||
type HetznerConfig struct {
|
||||
APIToken string `mapstructure:"api_token"`
|
||||
APIToken string `mapstructure:"api_token"`
|
||||
APITokenFile string `mapstructure:"api_token_file"`
|
||||
}
|
||||
|
||||
type UpstreamConfig struct {
|
||||
|
||||
Reference in New Issue
Block a user