From aedb6b4790fe7715d63eeaf81529d8001a1c2fef Mon Sep 17 00:00:00 2001 From: jash Date: Sun, 4 Nov 2018 16:07:43 +0100 Subject: [PATCH] some rearranging --- install/generator-cyphernode/generators/app/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/install/generator-cyphernode/generators/app/index.js b/install/generator-cyphernode/generators/app/index.js index c7c1472..5e5910f 100644 --- a/install/generator-cyphernode/generators/app/index.js +++ b/install/generator-cyphernode/generators/app/index.js @@ -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 || '';