-
Notifications
You must be signed in to change notification settings - Fork 268
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
Fatima
authored and
Fatima
committed
Dec 5, 2024
1 parent
092b2d8
commit a135672
Showing
7 changed files
with
24 additions
and
11 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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -20,10 +20,10 @@ const getEnvVars = (env = Updates.releaseChannel) => { | |
} | ||
} | ||
return { | ||
// GRAPHQL_URL: 'http://192.168.0.106:8001/graphql', | ||
// WS_GRAPHQL_URL: 'ws://192.168.0.106:8001/graphql', | ||
GRAPHQL_URL: 'https://enatega-multivendor.up.railway.app/graphql', | ||
WS_GRAPHQL_URL: 'wss://enatega-multivendor.up.railway.app/graphql', | ||
// GRAPHQL_URL: 'http://192.168.0.109:8001/graphql', | ||
// WS_GRAPHQL_URL: 'ws://192.168.0.109:8001/graphql', | ||
GRAPHQL_URL: 'https://enatega-multivendor.up.railway.app/graphql', | ||
WS_GRAPHQL_URL: 'wss://enatega-multivendor.up.railway.app/graphql', | ||
SENTRY_DSN: configuration.restaurantAppSentryUrl | ||
// SENTRY_DSN: | ||
// 'https://[email protected]/6131933' | ||
|
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 |
---|---|---|
|
@@ -15,6 +15,7 @@ export const orders = `query Orders{ | |
deliveryAddress | ||
details | ||
label | ||
id | ||
} | ||
items{ | ||
_id | ||
|
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