From b9f1e7bc72259f5149c812a265d833a66ff353c0 Mon Sep 17 00:00:00 2001 From: comwanga Date: Tue, 14 Jul 2026 12:20:43 +0300 Subject: [PATCH] Replace published local access token with placeholder --- backend/.env.docker.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/.env.docker.example b/backend/.env.docker.example index cfdccbe..7400319 100644 --- a/backend/.env.docker.example +++ b/backend/.env.docker.example @@ -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