add .env.example file

This commit is contained in:
2xburnt 2025-07-30 12:23:03 -05:00
parent 78c9597b19
commit af806f1054
No known key found for this signature in database
GPG Key ID: 0FC7634F60B3CAE3
2 changed files with 8 additions and 1 deletions

4
.env.example Normal file
View File

@ -0,0 +1,4 @@
# rename to .env.local or .env.<your_environment>
VITE_REFRESH_INTERVAL=2000
VITE_FETCH_ALL_BLOCKS=true
VITE_RECENT_BLOCK_LIMIT=100

5
.gitignore vendored
View File

@ -2,4 +2,7 @@ node_modules/
**/.vscode
yarn-error.log
dist
.idea
.idea
.env*
!.env.example