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 90abfd9 commit 8f9a9adCopy full SHA for 8f9a9ad
2 files changed
backend/cmd/config.go
@@ -6,6 +6,7 @@ import (
6
)
7
8
type Config struct {
9
- Vehicle vehicle.Config
10
- Server server.Config
+ Vehicle vehicle.Config
+ Server server.Config
11
+ AdjBranch string
12
}
backend/cmd/config.toml
@@ -11,4 +11,7 @@ connections = "/backend"
files = "/"
13
[vehicle]
14
-boardsList = ["VCU"]
+boardsList = ["VCU"]
15
+
16
+[adj]
17
+branch = "" # Leave blank when using ADJ as a submodule
0 commit comments