mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-01-01 03:55:29 +01:00
added default installer
This commit is contained in:
@@ -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'
|
||||
};
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user