larvitfiles
Advanced tools
Comparing version 3.0.4 to 3.0.5
@@ -254,7 +254,5 @@ 'use strict'; | ||
'exchange': exports.exchangeName + '_dataDump', | ||
'amsync': { | ||
'host': that.options.amsync ? that.options.amsync.host : null, | ||
'minPort': that.options.amsync ? that.options.amsync.minPort : null, | ||
'maxPort': that.options.amsync ? that.options.amsync.maxPort : null | ||
} | ||
'host': that.options.amsync ? that.options.amsync.host : null, | ||
'minPort': that.options.amsync ? that.options.amsync.minPort : null, | ||
'maxPort': that.options.amsync ? that.options.amsync.maxPort : null | ||
}, | ||
@@ -261,0 +259,0 @@ args = []; |
{ | ||
"name": "larvitfiles", | ||
"version": "3.0.4", | ||
"version": "3.0.5", | ||
"description": "Storage of files with an API and database to use in web environments", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
Sorry, the diff of this file is not supported yet
47914
23
1241