forked from near/near-explorer
-
Notifications
You must be signed in to change notification settings - Fork 0
/
testnet.env
27 lines (21 loc) · 1.33 KB
/
testnet.env
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
26
27
NEAR_EXPLORER_CONFIG__NETWORK_NAME=testnet
# Learn more about running your own archival node here: https://docs.near.org/docs/roles/integrator/exchange-integration#running-an-archival-node
NEAR_EXPLORER_CONFIG__ARCHIVAL_RPC_URL=https://archival-rpc.testnet.near.org
# Learn more about running your own Indexer for Explorer here: https://github.com/near/near-indexer-for-explorer
# NOTE: These are public services that operate under fair use conditions. Do not abuse them.
NEAR_READ_ONLY_INDEXER_DATABASE_HOST=testnet.db.explorer.indexer.near.dev
NEAR_READ_ONLY_INDEXER_DATABASE_NAME=testnet_explorer
NEAR_READ_ONLY_INDEXER_DATABASE_USERNAME=public_readonly
NEAR_READ_ONLY_INDEXER_DATABASE_PASSWORD=nearprotocol
NEAR_READ_ONLY_ANALYTICS_DATABASE_HOST=35.241.197.241
NEAR_READ_ONLY_ANALYTICS_DATABASE_NAME=indexer_analytics_testnet
NEAR_READ_ONLY_ANALYTICS_DATABASE_USERNAME=public_readonly
NEAR_READ_ONLY_ANALYTICS_DATABASE_PASSWORD=nearprotocol
NEAR_READ_ONLY_TELEMETRY_DATABASE_HOST=35.241.197.241
NEAR_READ_ONLY_TELEMETRY_DATABASE_NAME=telemetry_testnet
NEAR_READ_ONLY_TELEMETRY_DATABASE_USERNAME=public_readonly
NEAR_READ_ONLY_TELEMETRY_DATABASE_PASSWORD=nearprotocol
NEAR_WRITE_ONLY_TELEMETRY_DATABASE_HOST=
NEAR_WRITE_ONLY_TELEMETRY_DATABASE_NAME=telemetry_testnet
NEAR_WRITE_ONLY_TELEMETRY_DATABASE_USERNAME=
NEAR_WRITE_ONLY_TELEMETRY_DATABASE_PASSWORD=