mirror of
https://github.com/logos-blockchain/logos-sql-zone.git
synced 2026-06-07 02:09:43 +00:00
updated example env
This commit is contained in:
parent
3e856a3a72
commit
f5dee36207
@ -2,7 +2,7 @@
|
||||
# Usage: ./run-local.sh --env-file PATH/TO/FILE/.env-local
|
||||
|
||||
# Sequencer node endpoint (for submitting transactions)
|
||||
SEQUENCER_NODE_ENDPOINT=https://devnet.blockchain.logos.co/node/0/
|
||||
SEQUENCER_NODE_ENDPOINT=https://localhost:8080
|
||||
SEQUENCER_NODE_AUTH_USERNAME=
|
||||
SEQUENCER_NODE_AUTH_PASSWORD=
|
||||
|
||||
@ -19,7 +19,7 @@ QUEUE_FILE=./query.txt
|
||||
CHECKPOINT_PATH=./sequencer.checkpoint
|
||||
|
||||
# Indexer node endpoint (for reading blocks - can be different node)
|
||||
INDEXER_NODE_ENDPOINT=https://devnet.blockchain.logos.co/node/1/
|
||||
INDEXER_NODE_ENDPOINT=https://localhost:8080
|
||||
INDEXER_NODE_AUTH_USERNAME=
|
||||
INDEXER_NODE_AUTH_PASSWORD=
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user