if we're completing the InfluxDB setup via automation, attempt to store the token in the config file automatically.
This commit is contained in:
@@ -9,6 +9,7 @@ import (
|
||||
type Interface interface {
|
||||
Init() error
|
||||
ReadConfig(configFilePath string) error
|
||||
WriteConfig() error
|
||||
Set(key string, value interface{})
|
||||
SetDefault(key string, value interface{})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user