Skip to content

Commit ece9105

Browse files
authored
build: adds missing config setting for vit-ss (#191)
The vit servicing station server exits silently if this configuration parameter is missing. We set it to an empty string here because it's passed as a flag during runtime.
2 parents 99f6c31 + 847fdbb commit ece9105

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nix/vit-servicing-station/operables.nix

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
};
3434
address = "0.0.0.0:8080";
3535
service_version = "";
36+
db_url = "";
3637
};
3738
in
3839
std.lib.ops.mkOperable {

0 commit comments

Comments
 (0)