ai
This commit is contained in:
parent
8f2f5e4fa9
commit
a20264bcaf
112 changed files with 12567 additions and 2694 deletions
|
|
@ -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";
|
||||
|
|
|
|||
|
|
@ -87,7 +87,6 @@ export class TestRunner {
|
|||
isSyncEnabled: false,
|
||||
token: this.token,
|
||||
vaultName,
|
||||
syncConcurrency: 1,
|
||||
remoteUri: this.remoteUri
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue