[added] - .env.exmple

This commit is contained in:
Swapnil Bendal
2024-12-11 13:21:43 +05:30
parent c7d6a0fe36
commit 87e0716383

14
.env.example Normal file
View File

@@ -0,0 +1,14 @@
# Default Value Maker
VITE_MAKER="Maker"
# Default Value Checker
VITE_CHECKER="Checker"
# Role Encryption key
VITE_ROLE_ENCRYPTION_KEY="export"
# BaseURL
VITE_BAS_URL="http://localhost:5000/api/v1"
# BaseURL for Images
VITE_IMAGE_URL="https://sprint9.tanami.betadelivery.com/"