
All checks were successful
Build and Push Docker image (ext) / docker (push) Successful in 51s
25 lines
625 B
Plaintext
25 lines
625 B
Plaintext
BOOTSTRAPURL=https://dev4.4nkweb.com/ws/
|
||
|
||
# WS
|
||
# RELAY_URLS=wss://demo.4nkweb.com/ws
|
||
RELAY_URLS=wss://dev4.4nkweb.com/ws
|
||
|
||
# SIGNER_WS_URL=ws://dev4.4nkweb.com/signer/
|
||
SIGNER_WS_URL=ws://dev3.4nkweb.com
|
||
SIGNER_BASE_URL=https://dev3.4nkweb.com
|
||
|
||
core_url="http://bitcoin:38332"
|
||
ws_url="0.0.0.0:8090"
|
||
wallet_name="default"
|
||
network="signet"
|
||
blindbit_url="http://blindbit:8000"
|
||
zmq_url="tcp://bitcoin:29000"
|
||
storage="https://dev4.4nkweb.com/storage"
|
||
data_dir="/home/bitcoin/.4nk"
|
||
bitcoin_data_dir="/home/bitcoin/.bitcoin"
|
||
|
||
|
||
# ===================== /!\ donnée sensible =======================
|
||
|
||
SIGNER_API_KEY=
|
||
VITE_JWT_SECRET_KEY= |