retold-remote 0.0.12 → 0.0.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -68,6 +68,7 @@ function setupRetoldRemoteServer(pOptions, fCallback)
|
|
|
68
68
|
APIServerPort: tmpPort,
|
|
69
69
|
ContentPath: tmpContentPath,
|
|
70
70
|
ParimeBinaryStorageRoot: tmpCacheRoot,
|
|
71
|
+
'Bibliograph-Storage-FS-Path': libPath.join(tmpCacheRoot, 'data'),
|
|
71
72
|
ParimeBinarySharding:
|
|
72
73
|
{
|
|
73
74
|
Enabled: true,
|
|
@@ -280,6 +281,7 @@ function setupRetoldRemoteServer(pOptions, fCallback)
|
|
|
280
281
|
CacheStorage:
|
|
281
282
|
{
|
|
282
283
|
Root: tmpCacheRoot,
|
|
284
|
+
DataPath: tmpFable.settings['Bibliograph-Storage-FS-Path'],
|
|
283
285
|
Remote: tmpParimeCache.isRemote,
|
|
284
286
|
Sharding: true
|
|
285
287
|
},
|