Skip to content

Commit

Permalink
Enable indexer on local node
Browse files Browse the repository at this point in the history
  • Loading branch information
mkysel committed Jan 15, 2025
1 parent 9d0de26 commit 6d44c9b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions dev/run
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ set -eu
export XMTPD_PAYER_ENABLE=true
export XMTPD_REPLICATION_ENABLE=true
export XMTPD_SYNC_ENABLE=true
export XMTPD_INDEXER_ENABLE=true

go run -ldflags="-X main.Version=$(git describe HEAD --tags --long)" cmd/replication/main.go "$@"
1 change: 1 addition & 0 deletions dev/run-2
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,6 @@ export XMTPD_DB_WRITER_CONNECTION_STRING="postgres://postgres:xmtp@localhost:876
export XMTPD_PAYER_ENABLE=true
export XMTPD_REPLICATION_ENABLE=true
export XMTPD_SYNC_ENABLE=true
export XMTPD_INDEXER_ENABLE=true

go run -ldflags="-X main.Version=$(git describe HEAD --tags --long)" cmd/replication/main.go -p 5051 "$@"

0 comments on commit 6d44c9b

Please sign in to comment.