We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa82502 commit b50e26cCopy full SHA for b50e26c
1 file changed
nix/docker-connector.nix
@@ -8,8 +8,8 @@
8
}:
9
10
let
11
- config-directory = "/var/configuration";
12
- default-port = "7130";
+ config-directory = "/etc/connector";
+ default-port = "8080";
13
default-database-uri = "mongodb://localhost/db";
14
default-otlp-endpoint = "http://localhost:4317";
15
0 commit comments