testnet env template

This commit is contained in:
SaraJane
2025-12-31 13:29:22 +00:00
parent 214e800a4a
commit ceaf5b33f4

View File

@ -3,48 +3,48 @@
# uncomment below to use # uncomment below to use
# ====================== # ======================
VITE_ENVIRONMENT=local # VITE_ENVIRONMENT=local
# Algod # # Algod
VITE_ALGOD_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa # VITE_ALGOD_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
VITE_ALGOD_SERVER=http://localhost # VITE_ALGOD_SERVER=http://localhost
VITE_ALGOD_PORT=4001 # VITE_ALGOD_PORT=4001
VITE_ALGOD_NETWORK=localnet # VITE_ALGOD_NETWORK=localnet
# Indexer # # Indexer
VITE_INDEXER_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa # VITE_INDEXER_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
VITE_INDEXER_SERVER=http://localhost # VITE_INDEXER_SERVER=http://localhost
VITE_INDEXER_PORT=8980 # VITE_INDEXER_PORT=8980
# KMD # # KMD
# Please note: # # Please note:
# 1. This is only needed for LocalNet since # # 1. This is only needed for LocalNet since
# by default KMD provider is ignored on other networks. # # by default KMD provider is ignored on other networks.
# 2. AlgoKit LocalNet starts with a single wallet called 'unencrypted-default-wallet', # # 2. AlgoKit LocalNet starts with a single wallet called 'unencrypted-default-wallet',
# with heaps of tokens available for testing. # # with heaps of tokens available for testing.
VITE_KMD_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa # VITE_KMD_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
VITE_KMD_SERVER=http://localhost # VITE_KMD_SERVER=http://localhost
VITE_KMD_PORT=4002 # VITE_KMD_PORT=4002
VITE_KMD_WALLET="unencrypted-default-wallet" # VITE_KMD_WALLET="unencrypted-default-wallet"
VITE_KMD_PASSWORD="" # VITE_KMD_PASSWORD=""
# # ====================== # # ======================
# # TestNet configuration: # # TestNet configuration:
# # uncomment below to use # # uncomment below to use
# # ====================== # # ======================
# VITE_ENVIRONMENT=local VITE_ENVIRONMENT=local
# # Algod # Algod
# VITE_ALGOD_TOKEN="" VITE_ALGOD_TOKEN=""
# VITE_ALGOD_SERVER="https://testnet-api.algonode.cloud" VITE_ALGOD_SERVER="https://testnet-api.algonode.cloud"
# VITE_ALGOD_PORT="" VITE_ALGOD_PORT=""
# VITE_ALGOD_NETWORK="testnet" VITE_ALGOD_NETWORK="testnet"
# # Indexer # Indexer
# VITE_INDEXER_TOKEN="" VITE_INDEXER_TOKEN=""
# VITE_INDEXER_SERVER="https://testnet-idx.algonode.cloud" VITE_INDEXER_SERVER="https://testnet-idx.algonode.cloud"
# VITE_INDEXER_PORT="" VITE_INDEXER_PORT=""
# # ====================== # # ======================