-
Notifications
You must be signed in to change notification settings - Fork 90
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(apps/kampus): change KAMPUS_ENV to be a public env var (#698)
fala nfilan
- Loading branch information
Showing
3 changed files
with
11 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
# update with the url after running `npm run dev` under `apps/gql` | ||
NEXT_PUBLIC_GQL_URL=http://gql.localhost.kamp.us:4000/graphql | ||
NEXT_PUBLIC_KAMPUS_ENV=localhost | ||
|
||
NEXTAUTH_URL=http://pasaport.localhost.kamp.us:3001/auth | ||
RESEND_API_KEY="get-your-own-resend-api-key" | ||
KAMPUS_ENV=development |
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