-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
32 changed files
with
6,032 additions
and
477 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
# This is a sample .env file for use in local development. | ||
# Duplicate this file as .env in the root of the project | ||
# and update the environment variables to match your | ||
# desired config | ||
|
||
REACT_APP_API_BASE_URL = https://example.com | ||
VITE_SERVICE_ID = randomstring | ||
VITE_TEMPLATE_ID = randomstring | ||
VITE_PUBLIC_ID = randomstring |
Oops, something went wrong.