-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
create the
NEXT_PUBLIC_CLIENT_BASE_URL
env variable
this new variable will be necessary so that redirects happen properly when the client is using their own domain, but pointing it to the softserv.cloud instance. - ref: #46
- Loading branch information
Showing
6 changed files
with
9 additions
and
2 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,8 +1,9 @@ | ||
# reference https://nextjs.org/docs/basic-features/environment-variables#exposing-environment-variables-to-the-browser | ||
# to learn about the NEXT_PUBLIC prefix | ||
|
||
NEXT_PUBLIC_APP_BASE_URL=https://store.webstore.com | ||
NEXT_PUBLIC_APP_BASE_URL=https://webstore.softserv.com | ||
NEXT_PUBLIC_PROVIDER_ID=0001 | ||
NEXT_PUBLIC_PROVIDER_NAME=webstore | ||
NEXT_PUBLIC_SCIENTIST_API_VERSION=v2 | ||
NEXT_PUBLIC_WEBHOOK_URL=http://ss-mailer/webstore | ||
NEXT_PUBLIC_CLIENT_BASE_URL=https://store.webstore.com |
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
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