Skip to content

Commit b50e26c

Browse files
authored
Fix default config directory and port (#20)
1 parent aa82502 commit b50e26c

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

nix/docker-connector.nix

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88
}:
99

1010
let
11-
config-directory = "/var/configuration";
12-
default-port = "7130";
11+
config-directory = "/etc/connector";
12+
default-port = "8080";
1313
default-database-uri = "mongodb://localhost/db";
1414
default-otlp-endpoint = "http://localhost:4317";
1515

0 commit comments

Comments
 (0)