Skip to content

Commit

Permalink
Merge pull request #12 from TxnLab/fix/ui-localnet-env
Browse files Browse the repository at this point in the history
fix(ui): set VITE_ALGOD_NETWORK in localnet env
  • Loading branch information
drichar authored Apr 4, 2024
2 parents 836956d + b30ee1d commit ab06f80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ui/.env.template
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ VITE_ENVIRONMENT=local
VITE_ALGOD_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
VITE_ALGOD_SERVER=http://localhost
VITE_ALGOD_PORT=4001
VITE_ALGOD_NETWORK=""
VITE_ALGOD_NETWORK="localnet"

# Indexer
VITE_INDEXER_TOKEN=aaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaaa
Expand Down

0 comments on commit ab06f80

Please sign in to comment.