-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: update env example with missing key (#432)
* fix: update env example with missing key * fix: update readme * fix: using dev var env to set local debugging value * fix: adding env var to env example * fix: update login for local debugging
- Loading branch information
1 parent
357d158
commit f7b35ff
Showing
3 changed files
with
57 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,6 @@ | ||
VITE_B2B_URL=http://localhost:9000 | ||
VITE_B2B_SOCKET_URL=http://localhost:9000 | ||
VITE_STORE_HASH=store_hash | ||
VITE_CATPCHA_SETKEY=captcha_setkey | ||
VITE_CATPCHA_SETKEY=captcha_setkey | ||
VITE_B2B_CLIENT_ID=client_id | ||
VITE_LOCAL_DEBUG="TRUE" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters