mirror of
https://github.com/aljazceru/cyphernode.git
synced 2026-02-08 05:54:20 +01:00
removed all traces of spark wallet from core features
This commit is contained in:
1
dist/apps/sparkwallet/cookie
vendored
Normal file
1
dist/apps/sparkwallet/cookie
vendored
Normal file
@@ -0,0 +1 @@
|
||||
cyphernode:sparkwallet:FoeDdQw5yl7pPfqdlGy3OEk/txGqyJjSbVtffhzs7kc=
|
||||
2
dist/apps/sparkwallet/docker-compose.yaml
vendored
2
dist/apps/sparkwallet/docker-compose.yaml
vendored
@@ -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"
|
||||
|
||||
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user