mirror of
https://github.com/mempool/mempool.git
synced 2025-02-22 14:22:44 +01:00
Merge pull request #4057 from dni/patch-1
[BUG]: Update frontend entrypoint.sh
This commit is contained in:
commit
d14d286f24
1 changed files with 1 additions and 1 deletions
|
@ -18,7 +18,7 @@ fi
|
||||||
|
|
||||||
__TESTNET_ENABLED__=${TESTNET_ENABLED:=false}
|
__TESTNET_ENABLED__=${TESTNET_ENABLED:=false}
|
||||||
__SIGNET_ENABLED__=${SIGNET_ENABLED:=false}
|
__SIGNET_ENABLED__=${SIGNET_ENABLED:=false}
|
||||||
__LIQUID_ENABLED__=${LIQUID_EANBLED:=false}
|
__LIQUID_ENABLED__=${LIQUID_ENABLED:=false}
|
||||||
__LIQUID_TESTNET_ENABLED__=${LIQUID_TESTNET_ENABLED:=false}
|
__LIQUID_TESTNET_ENABLED__=${LIQUID_TESTNET_ENABLED:=false}
|
||||||
__BISQ_ENABLED__=${BISQ_ENABLED:=false}
|
__BISQ_ENABLED__=${BISQ_ENABLED:=false}
|
||||||
__BISQ_SEPARATE_BACKEND__=${BISQ_SEPARATE_BACKEND:=false}
|
__BISQ_SEPARATE_BACKEND__=${BISQ_SEPARATE_BACKEND:=false}
|
||||||
|
|
Loading…
Add table
Reference in a new issue