Skip to content
Merged
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 backend/.env.docker.example
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,5 @@ BITCOIN_ZMQ_RAWTX=tcp://bitcoind:28333
BACKEND_CORS_ORIGINS=http://localhost:3000,http://frontend:3000
BACKEND_TRUSTED_HOSTS=localhost,127.0.0.1,backend,frontend
MAX_REQUEST_BODY_BYTES=1048576
BITSCOPE_LOCAL_ACCESS_TOKEN=4e123b3e8aa0897381238e5f934898e4b6732ae57feacea1db386ab54f4bde63
BITSCOPE_LOCAL_ACCESS_TOKEN=replace-with-a-random-local-token
LAB_SESSION_DATABASE_PATH=/data/lab-sessions.sqlite3
Loading