Skip to content

Commit d45f854

Browse files
Mateusz Czeladkaclaude
authored andcommitted
chore: disable peer discovery by default
Set PEER_DISCOVERY to false in the default docker-compose configuration. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent c86c719 commit d45f854

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.env.docker-compose

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ CONTINUE_PARSING_ON_ERROR=true
109109
SYNC=true
110110

111111
## Peer Discovery
112-
PEER_DISCOVERY=true
112+
PEER_DISCOVERY=false
113113

114114
## Token Registry
115115
TOKEN_REGISTRY_ENABLED=false

0 commit comments

Comments
 (0)