We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bb69e8 commit 713bfc3Copy full SHA for 713bfc3
framework/components/clnode/clnode.go
@@ -32,7 +32,7 @@ type NodeInput struct {
32
Port string `toml:"port" validate:"required" default:"6688"`
33
P2PPort string `toml:"p2p_port" validate:"required" default:"6690"`
34
CapabilitiesBinaryPaths []string `toml:"capabilities"`
35
- CapabilityContainerDir string `toml:"capabilities_container_dir" default:"/capabilities"`
+ CapabilityContainerDir string `toml:"capabilities_container_dir" default:"/home/capabilities"`
36
TestConfigOverrides string `toml:"test_config_overrides"`
37
UserConfigOverrides string `toml:"user_config_overrides"`
38
TestSecretsOverrides string `toml:"test_secrets_overrides"`
0 commit comments