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