Skip to content

Commit 8f9a9ad

Browse files
committed
adapt config to ADJ
1 parent 90abfd9 commit 8f9a9ad

2 files changed

Lines changed: 7 additions & 3 deletions

File tree

backend/cmd/config.go

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ import (
66
)
77

88
type Config struct {
9-
Vehicle vehicle.Config
10-
Server server.Config
9+
Vehicle vehicle.Config
10+
Server server.Config
11+
AdjBranch string
1112
}

backend/cmd/config.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,7 @@ connections = "/backend"
1111
files = "/"
1212

1313
[vehicle]
14-
boardsList = ["VCU"]
14+
boardsList = ["VCU"]
15+
16+
[adj]
17+
branch = "" # Leave blank when using ADJ as a submodule

0 commit comments

Comments
 (0)