We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfd3e4e commit 9b0977eCopy full SHA for 9b0977e
indexer/.env.template
@@ -7,6 +7,9 @@ SYNC_NETWORK="mainnet01"
7
KADENA_GRAPHQL_API_URL=localhost
8
KADENA_GRAPHQL_API_PORT=3001
9
10
+API_GATEWAY_MAINNET_URL=https://api.mainnet.kadindexer.io
11
+API_GATEWAY_TESTNET_URL=https://api.testnet.kadindexer.io
12
+
13
DB_USERNAME=postgres
14
DB_PASSWORD=password
15
DB_NAME=indexer
0 commit comments