-
Notifications
You must be signed in to change notification settings - Fork 10
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
1 parent
8584686
commit d547ee4
Showing
2 changed files
with
12 additions
and
1 deletion.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# Copy to .env.local and edit | ||
PUBLIC_API_ENDPOINT= | ||
PUBLIC_OPENGRAPH_ENDPOINT= | ||
PUBLIC_DISCORD_INVITE= | ||
PUBLIC_SUPPORT_MAIL= | ||
PUBLIC_GTM_ID= | ||
PUBLIC_GA_ID= | ||
PUBLIC_SENTRY_DSN= | ||
PUBLIC_SENTRY_ENV=dev | ||
|
||
PUBLIC_USE_ACCOUNT= |
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 |
---|---|---|
|
@@ -3,7 +3,7 @@ node_modules | |
/build | ||
/.svelte-kit | ||
/package | ||
.env | ||
!.env | ||
.env.* | ||
!.env.example | ||
.idea | ||
|