-
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.
add NEXT_PUBLIC_APP_API_URL config for browser app
Signed-off-by: Manuel Ruck <[email protected]>
- Loading branch information
Manuel Ruck
committed
Nov 1, 2023
1 parent
db8af34
commit c37eb6e
Showing
5 changed files
with
9 additions
and
13 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,3 +1,2 @@ | ||
GRAPHQL_URL=https://alpha.api.democracy-app.de | ||
GRAPHQL_URL_SERVER=http://democracy-api-srv:3000/ | ||
DOMAIN_DESKTOP=https://alpha.democracy-app.de | ||
APP_API_URL=https://alpha.api.democracy-app.de | ||
APP_HOST=http://alpha.democracy-app.de |
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,3 +1,2 @@ | ||
GRAPHQL_URL=https://internal.api.democracy-app.de | ||
GRAPHQL_URL_SERVER=http://democracy-api-srv:3000/ | ||
DOMAIN_DESKTOP=https://internal.democracy-app.de | ||
APP_API_URL=https://internal.api.democracy-app.de | ||
APP_HOST=http://internal.democracy-app.de |
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,3 +1,2 @@ | ||
|
||
GRAPHQL_URL=http://democracy-api.develop/ | ||
GRAPHQL_URL_SERVER=http://democracy-api-srv:3000/ | ||
APP_API_URL=https://internal.api.democracy-app.de | ||
APP_HOST=http://localhost:3000 |
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,3 +1,2 @@ | ||
GRAPHQL_URL=https://api.democracy-app.de | ||
GRAPHQL_URL_SERVER=http://democracy-api-srv:3000/ | ||
DOMAIN_DESKTOP=https://democracy-app.de | ||
APP_API_URL=https://api.democracy-app.de | ||
APP_HOST=http://democracy-app.de |