Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
VITE_JAM_DEFAULT_THEME=dark

VITE_JM_API_BASE_URL=/api/v1
VITE_JM_API_BASE_URL=/
VITE_JM_API_AUTH_TOKEN_EXPIRY_SECONDS=1800
VITE_JAM_JM_SESSION_REFRESH_INTERVAL=30000
VITE_JAM_RESCAN_PROGRESS_INTERVAL=10000
Expand Down
4 changes: 2 additions & 2 deletions docker/regtest/docker-compose-common.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ services:
start_interval: 3s

joinmarket_ng_native:
image: ghcr.io/joinmarket-ng/joinmarket-ng/jmwalletd:main
image: ghcr.io/joinmarket-ng/joinmarket-ng/jmwalletd:ci-unsafe-do-not-run-e14d64208edea5061066142710b6c80c588c1776
restart: unless-stopped
environment:
JOINMARKET_DATA_DIR: /root/.joinmarket-ng
Expand Down Expand Up @@ -104,7 +104,7 @@ services:
start_interval: 3s

joinmarket_ng_peer:
image: ghcr.io/joinmarket-ng/joinmarket-ng/jmwalletd:main
image: ghcr.io/joinmarket-ng/joinmarket-ng/jmwalletd:ci-unsafe-do-not-run-e14d64208edea5061066142710b6c80c588c1776
restart: unless-stopped
environment:
JOINMARKET_DATA_DIR: /root/.joinmarket-ng
Expand Down
Loading