We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4673829 commit f05fc9aCopy full SHA for f05fc9a
1 file changed
config/config.go
@@ -45,6 +45,13 @@ const (
45
DEFAULT = "default"
46
)
47
48
+var NonEmptyConfigKeys = map[string]bool{
49
+ "output": true,
50
+ "timeout": true,
51
+ "profile": true,
52
+ "url": true,
53
+}
54
+
55
// DefaultACSAPIEndpoint is the default API endpoint for CloudStack.
56
const DefaultACSAPIEndpoint = "http://localhost:8080/client/api"
57
0 commit comments