Browse Source

v2 wallet dev only switch

all-modes
pbca26 8 years ago
parent
commit
b225789745
  1. 3
      routes/shepherd.js

3
routes/shepherd.js

@ -90,7 +90,8 @@ shepherd.appConfig = {
"linux": 1000000
},
"killIguanaOnStart": true,
"dev": false
"dev": false,
"v2": false
};
shepherd.saveLocalAppConf = function(appSettings) {

Loading…
Cancel
Save