[added] - .env.exmple
This commit is contained in:
14
.env.example
Normal file
14
.env.example
Normal 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/"
|
||||
Reference in New Issue
Block a user