some rearranging

This commit is contained in:
jash
2018-11-04 16:07:43 +01:00
committed by kexkey
parent c1459a51d3
commit aedb6b4790

View File

@@ -342,13 +342,13 @@ module.exports = class extends Generator {
gatekeeper_apiproperties: defaultAPIProperties,
gatekeeper_ipwhitelist: '',
gatekeeper_keys: { configEntries: [], clientInformation: [] },
gatekeeper_sslcert: '',
gatekeeper_sslkey: '',
proxy_datapath: '',
lightning_implementation: 'c-lightning',
lightning_datapath: '',
lightning_nodename: '',
lightning_nodecolor: '',
gatekeeper_sslcert: '',
gatekeeper_sslkey: '',
installer_cleanup: false
}, this.props );
this.props.default_username = process.env.DEFAULT_USER || '';