From 75e26d9f8fbef0d9fa2f8e299ccffee778fe725c Mon Sep 17 00:00:00 2001 From: jash Date: Mon, 8 Oct 2018 18:12:09 +0200 Subject: [PATCH] added datapaths to config --- .../generators/app/templates/installer/config.sh | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/install/generator-cyphernode/generators/app/templates/installer/config.sh b/install/generator-cyphernode/generators/app/templates/installer/config.sh index 1500e96..0d593b1 100644 --- a/install/generator-cyphernode/generators/app/templates/installer/config.sh +++ b/install/generator-cyphernode/generators/app/templates/installer/config.sh @@ -3,4 +3,7 @@ BITCOIN_INTERNAL=<%= (bitcoin_mode==="internal"?'true':'false') %> FEATURE_LIGHTNING=<%= (features.indexOf('lightning') != -1)?'true':'false' %> FEATURE_OTSCLIENT=<%= (features.indexOf('otsclient') != -1)?'true':'false' %> FEATURE_ELECTRUM=<%= (features.indexOf('electrum') != -1)?'true':'false' %> -LIGHTNING_IMPLEMENTATION=<%= lightning_implementation %> \ No newline at end of file +LIGHTNING_IMPLEMENTATION=<%= lightning_implementation %> +BITCOIN_DATAPATH=<%= bitcoin_datapath %> +LIGHTNING_DATAPAT=<%= lightning_datapath %> +PROXY_DATAPAT=<%= proxy_datapath %> \ No newline at end of file