This commit is contained in:
Andras Schmelczer 2026-03-21 12:47:39 +00:00
parent 8f2f5e4fa9
commit a20264bcaf
112 changed files with 12567 additions and 2694 deletions

View file

@ -1,5 +1,5 @@
export const TOKEN = "test-token-change-me ";
export const REMOTE_URI = "http://localhost:3000";
export const REMOTE_URI = "http://localhost:3010";
export const PING_URL = `${REMOTE_URI}/vaults/test/ping`;
export const SERVER_BINARY_PATH = "sync-server/target/debug/sync_server";
export const CONFIG_PATH = "sync-server/config-e2e.yml";

View file

@ -87,7 +87,6 @@ export class TestRunner {
isSyncEnabled: false,
token: this.token,
vaultName,
syncConcurrency: 1,
remoteUri: this.remoteUri
};