Revert "Secure thunderhub"

This reverts commit 09c6817728.
This commit is contained in:
Aaron Dewes 2021-11-23 16:49:38 +00:00
parent 0146876e1d
commit 61bd17d0c0
2 changed files with 2 additions and 3 deletions

View File

@ -31,7 +31,7 @@ metadata:
- 1.jpg
- 2.jpg
- 3.jpg
defaultPassword: $APP_SEED
defaultPassword: moneyprintergobrrr
containers:
- image: apotdevin/thunderhub:v0.12.30@sha256:631c911609da44685687ac11ace4391e1cdfa52caa70582ea41d1b468cdec8e1
user: 1000:1000
@ -40,7 +40,6 @@ containers:
LOG_LEVEL: debug
ACCOUNT_CONFIG_PATH: /data/thubConfig.yaml
YML_ENV_1: $LND_IP:$LND_GRPC_PORT
YML_ENV_2: $APP_SEED
TOR_PROXY_SERVER: socks://$TOR_PROXY_IP:$TOR_PROXY_PORT
name: web
port: 3000

View File

@ -2,7 +2,7 @@
#
# SPDX-License-Identifier: AGPL-3.0-only
masterPassword: '{YML_ENV_2}'
masterPassword: 'moneyprintergobrrr'
accounts:
- name: 'Citadel'
serverUrl: '{YML_ENV_1}'