This repository has been archived by the owner on Sep 26, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 55
/
testnet.env
27 lines (21 loc) · 1.54 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_EXPLORER_CONFIG__DB__READ_ONLY_INDEXER__HOST=testnet.db.explorer.indexer.near.dev
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_INDEXER__DATABASE=testnet_explorer
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_INDEXER__USER=public_readonly
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_INDEXER__PASSWORD=nearprotocol
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_ANALYTICS__HOST=35.241.197.241
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_ANALYTICS__DATABASE=indexer_analytics_testnet
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_ANALYTICS__USER=public_readonly
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_ANALYTICS__PASSWORD=nearprotocol
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_TELEMETRY__HOST=35.241.197.241
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_TELEMETRY__DATABASE=telemetry_testnet
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_TELEMETRY__USER=public_readonly
NEAR_EXPLORER_CONFIG__DB__READ_ONLY_TELEMETRY__PASSWORD=nearprotocol
NEAR_EXPLORER_CONFIG__DB__WRITE_ONLY_TELEMETRY__HOST=
NEAR_EXPLORER_CONFIG__DB__WRITE_ONLY_TELEMETRY__DATABASE=telemetry_testnet
NEAR_EXPLORER_CONFIG__DB__WRITE_ONLY_TELEMETRY__USER=
NEAR_EXPLORER_CONFIG__DB__WRITE_ONLY_TELEMETRY__PASSWORD=