update default configuration file with new attributes and comments
This commit is contained in:
2
rpc.js
2
rpc.js
@@ -373,7 +373,7 @@ var getHash = function (Env, publicKey, cb) {
|
||||
// To each key is associated an object containing the 'limit' value and a 'note' explaining that limit
|
||||
var limits = {};
|
||||
var updateLimits = function (config, publicKey, cb) {
|
||||
if (config.adminEmail === false && config.noSubscriptionButton === true) { return; }
|
||||
if (config.adminEmail === false && config.allowSubscriptions === false) { return; }
|
||||
if (typeof cb !== "function") { cb = function () {}; }
|
||||
|
||||
var defaultLimit = typeof(config.defaultStorageLimit) === 'number'?
|
||||
|
||||
Reference in New Issue
Block a user