We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0a4843b commit c5fcff7Copy full SHA for c5fcff7
config/config.go
@@ -39,15 +39,15 @@ import (
39
"github.com/uber/arachne/metrics"
40
41
"github.com/google/gopacket/layers"
42
- "github.com/jawher/mow.cli"
+ cli "github.com/jawher/mow.cli"
43
"github.com/pkg/errors"
44
"go.uber.org/zap"
45
"go.uber.org/zap/zapcore"
46
"gopkg.in/validator.v2"
47
"gopkg.in/yaml.v2"
48
)
49
50
-const defaultConfigFile = "/etc/arachne/arachne.yaml"
+const defaultConfigFile = "/usr/local/etc/arachne/arachne.yaml"
51
52
// BasicConfig holds the basic parameter configurations for the application.
53
type BasicConfig struct {
0 commit comments