ci: docker_tag=dev-test - Configuration mise à jour pour le faucet bootstrap
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
All checks were successful
build-and-push-ext / build_push (push) Successful in 7s
This commit is contained in:
parent
1fe76a51f1
commit
3789cf231e
@ -7,5 +7,10 @@ zmq_url="tcp://bitcoin:29000"
|
||||
storage="https://demo.4nkweb.com/storage"
|
||||
data_dir="/home/bitcoin/.4nk"
|
||||
bitcoin_data_dir="/home/bitcoin/.bitcoin"
|
||||
bootstrap_url="ws://dev3.4nkweb.com:9090"
|
||||
bootstrap_url="ws://dev3.4nkweb.com:8090"
|
||||
bootstrap_faucet=true
|
||||
RUST_LOG="DEBUG"
|
||||
NODE_OPTIONS="--max-old-space-size=2048"
|
||||
|
||||
SIGNER_API_KEY="your-api-key-change-this"
|
||||
VITE_JWT_SECRET_KEY="52b3d77617bb00982dfee15b08effd52cfe5b2e69b2f61cc4848cfe1e98c0bc9"
|
||||
|
25
.cursorignore
Normal file
25
.cursorignore
Normal file
@ -0,0 +1,25 @@
|
||||
.git
|
||||
.DS_Store
|
||||
.env
|
||||
.next
|
||||
.next/
|
||||
.next/static
|
||||
.next/static/
|
||||
.next/static/chunks
|
||||
node_modules
|
||||
npm-debug.log*
|
||||
yarn-debug.log*
|
||||
yarn-error.log*
|
||||
.cursorignore
|
||||
dist
|
||||
coverage
|
||||
lockfile.json
|
||||
*.lock
|
||||
*.log
|
||||
*.log.*
|
||||
*.log.*.*
|
||||
*.log.*.*.*
|
||||
*.log.*.*.*.*
|
||||
*.log.*.*.*.*.*
|
||||
*.log.*.*.*.*.*.*
|
||||
*.log.*.*.*.*.*.*.*
|
8
.env
8
.env
@ -8,5 +8,11 @@ zmq_url=tcp://bitcoin:29000
|
||||
storage=https://dev4.4nkweb.com/storage
|
||||
data_dir=/home/bitcoin/.4nk
|
||||
bitcoin_data_dir=/home/bitcoin/.bitcoin
|
||||
bootstrap_url=ws://dev3.4nkweb.com:9090
|
||||
bootstrap_url=ws://dev3.4nkweb.com:8090
|
||||
bootstrap_faucet=true
|
||||
HOME=/home/bitcoin
|
||||
RUST_LOG=DEBUG
|
||||
NODE_OPTIONS=--max-old-space-size=2048
|
||||
|
||||
SIGNER_API_KEY=your-api-key-change-this
|
||||
VITE_JWT_SECRET_KEY=52b3d77617bb00982dfee15b08effd52cfe5b2e69b2f61cc4848cfe1e98c0bc9
|
||||
|
@ -8,5 +8,11 @@ zmq_url=tcp://bitcoin:29000
|
||||
storage=https://dev4.4nkweb.com/storage
|
||||
data_dir=/home/bitcoin/.4nk
|
||||
bitcoin_data_dir=/home/bitcoin/.bitcoin
|
||||
bootstrap_url=ws://dev3.4nkweb.com:9090
|
||||
bootstrap_url=ws://dev3.4nkweb.com:8090
|
||||
bootstrap_faucet=true
|
||||
HOME=/home/bitcoin
|
||||
RUST_LOG=DEBUG
|
||||
NODE_OPTIONS=--max-old-space-size=2048.
|
||||
|
||||
SIGNER_API_KEY=your-api-key-change-this
|
||||
VITE_JWT_SECRET_KEY=52b3d77617bb00982dfee15b08effd52cfe5b2e69b2f61cc4848cfe1e98c0bc9
|
||||
|
Loading…
x
Reference in New Issue
Block a user