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