removed all traces of spark wallet from core features

This commit is contained in:
SKP
2019-04-07 16:51:06 +02:00
committed by kexkey
parent fbb5b8a647
commit 7bb05a6c33
3 changed files with 3 additions and 2 deletions

1
dist/apps/sparkwallet/cookie vendored Normal file
View File

@@ -0,0 +1 @@
cyphernode:sparkwallet:FoeDdQw5yl7pPfqdlGy3OEk/txGqyJjSbVtffhzs7kc=

View File

@@ -6,7 +6,7 @@ services:
image: cyphernode/sparkwallet:v0.2.3-local
volumes:
- "$LIGHTNING_DATAPATH/:/etc/lightning"
- "$LIGHTNING_DATAPATH/sparkwallet:/data"
- "$APP_SCRIPT_PATH/cookie:/data/spark/cookie"
- "$GATEKEEPER_DATAPATH/htpasswd:/htpasswd/htpasswd"
labels:
- "traefik.docker.network=cyphernodeappsnet"

View File

@@ -17,7 +17,7 @@ const featureCondition = function(props) {
const templates = {
'lnd': [ path.join('lnd','lnd.conf') ],
'c-lightning': [ path.join('c-lightning','config'), path.join('c-lightning','bitcoin.conf'), path.join('c-lightning','cookie') ]
'c-lightning': [ path.join('c-lightning','config'), path.join('c-lightning','bitcoin.conf') ]
};
module.exports = {