diff --git a/install/generator-cyphernode/generators/app/index.js b/install/generator-cyphernode/generators/app/index.js index 5067a06..f56882d 100644 --- a/install/generator-cyphernode/generators/app/index.js +++ b/install/generator-cyphernode/generators/app/index.js @@ -23,7 +23,8 @@ module.exports = class extends Generator { this.props = require(this.destinationPath('props.json')); } else { this.props = { - 'derivation_path': '0/n' + 'derivation_path': '0/n', + 'installer': 'docker' }; }