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 6b75a3d commit aec9219Copy full SHA for aec9219
config/options.go
@@ -111,7 +111,7 @@ func NewOpts(v *viper.Viper) *CloudbuildOpts {
111
Viper: v,
112
LogLevel: InfoLevel,
113
HTTPBindPort: 3000,
114
- TargetsDef: "file:///targets.json",
+ TargetsDef: "./targets.json",
115
TargetsRefreshInterval: 300,
116
BuildImage: "ghcr.io/edgetx/edgetx-builder",
117
SourceRepository: "https://github.com/EdgeTX/edgetx.git",
0 commit comments