You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: extensions/postgres-cdc/src/test/java/org/eclipse/edc/virtualized/controlplane/store/cdc/listener/PostgresReplicationListenerTest.java
Copy file name to clipboardExpand all lines: system-tests/dsp-tck-tests/src/test/java/org/eclipse/edc/virtualized/tck/dsp/MemoryEdcVirtualCompatibilityDockerTest.java
put("web.http.protocol.port", "8282"); // this must match the configured connector url in resources/docker.tck.properties
65
60
put("web.http.protocol.path", "/api/dsp"); // this must match the configured connector url in resources/docker.tck.properties
66
-
put("web.api.auth.key", "password");
67
61
put("edc.dsp.callback.address", "http://host.docker.internal:8282/api/dsp"); // host.docker.internal is required by the container to communicate with the host
Copy file name to clipboardExpand all lines: system-tests/dsp-tck-tests/src/test/java/org/eclipse/edc/virtualized/tck/dsp/PostgresVirtualCompatibilityDockerTest.java
put("web.http.protocol.port", "8282"); // this must match the configured connector url in resources/docker.tck.properties
101
80
put("web.http.protocol.path", "/api/dsp"); // this must match the configured connector url in resources/docker.tck.properties
102
-
put("web.api.auth.key", "password");
103
81
put("edc.dsp.callback.address", "http://host.docker.internal:8282/api/dsp"); // host.docker.internal is required by the container to communicate with the host
0 commit comments