Skip to content

Commit

Permalink
Enable indexer on local node (#412)
Browse files Browse the repository at this point in the history
I guess since November we weren't actually running the indexer service
on localhost?
  • Loading branch information
mkysel authored Jan 15, 2025
1 parent 7523063 commit 93e176c
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 93e176c

Please sign in to comment.