mirror of
https://github.com/ONLYOFFICE/server.git
synced 2026-02-10 18:05:07 +08:00
change port
This commit is contained in:
@ -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}`;
|
||||
|
||||
Reference in New Issue
Block a user