forked from spacesprotocol/explorer-indexer
-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathenv.example
More file actions
25 lines (18 loc) · 832 Bytes
/
Copy pathenv.example
File metadata and controls
25 lines (18 loc) · 832 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
export POSTGRES_URI=postgres://postgres:postgres@127.0.0.1/spacesprotocol_explorer?sslmode=disable
export GOOSE_DBSTRING=$POSTGRES_URI
export GOOSE_MIGRATION_DIR=sql/schema
export GOOSE_DRIVER=postgres
export MEMPOOL_CHUNK_SIZE=200
#export BITCOIN_NODE_URI=http://127.0.0.1:18443 #regtest
export BITCOIN_NODE_URI=http://127.0.0.1:48332 #testnet4
export BITCOIN_NODE_USER=test
export BITCOIN_NODE_PASSWORD=test
# export SPACES_NODE_URI=http://127.0.0.1:7218 #regtest
export SPACES_NODE_URI=http://127.0.0.1:7224 #testnet4
export UPDATE_DB_INTERVAL=5
export ACTIVATION_BLOCK_HEIGHT=50000 #testnet4
# export ACTIVATION_BLOCK_HEIGHT=871222 #mainnet
# export FAST_SYNC_BLOCK_HEIGHT=54000 #testnet4
# export FAST_SYNC_BLOCK_HEIGHT=864000 #mainnet
export RPC_USER=test #spaced rpc user
export RPC_PASSWORD=test #spaced rpc password