change port

This commit is contained in:
PauI Ostrovckij
2025-06-18 22:16:14 +03:00
parent 76aa11da64
commit 7ba37942f0

View File

@ -59,7 +59,7 @@ const cfgCacheStorage = config.get('storage');
const cfgPersistentStorage = utils.deepMergeObjects({}, cfgCacheStorage, config.get('persistentStorage'));
const ctx = operationContext.global;
const PORT = 3456;
const PORT = 3457;
const rand = Math.floor(Math.random() * 1000000);
const testDir = "DocService-DocsCoServer-storage-" + rand;
const baseUrl = `http://localhost:${PORT}`;