From 3789cf231e16987e582c662094a5bbb2c9e843ea Mon Sep 17 00:00:00 2001 From: 4NK Dev Date: Sat, 20 Sep 2025 00:21:22 +0000 Subject: [PATCH] =?UTF-8?q?ci:=20docker=5Ftag=3Ddev-test=20-=20Configurati?= =?UTF-8?q?on=20mise=20=C3=A0=20jour=20pour=20le=20faucet=20bootstrap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .conf.model | 7 ++++++- .cursorignore | 25 +++++++++++++++++++++++++ .env | 8 +++++++- .env.exemple | 8 +++++++- 4 files changed, 45 insertions(+), 3 deletions(-) create mode 100644 .cursorignore diff --git a/.conf.model b/.conf.model index 4d8596d..22f1b73 100644 --- a/.conf.model +++ b/.conf.model @@ -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" diff --git a/.cursorignore b/.cursorignore new file mode 100644 index 0000000..afecde9 --- /dev/null +++ b/.cursorignore @@ -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.*.*.*.*.*.*.* \ No newline at end of file diff --git a/.env b/.env index e41d47a..f5a7ee5 100644 --- a/.env +++ b/.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 diff --git a/.env.exemple b/.env.exemple index e41d47a..31b9ee2 100644 --- a/.env.exemple +++ b/.env.exemple @@ -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