-
Notifications
You must be signed in to change notification settings - Fork 35
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
remove isv dev details from mesh config while packing (#716)
- Loading branch information
1 parent
682f103
commit 0b7d887
Showing
2 changed files
with
6 additions
and
16 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 |
---|---|---|
|
@@ -12,19 +12,9 @@ apis: | |
- code: AudienceManagerCustomerSDK | ||
- code: GraphQLServiceSDK | ||
meshConfig: | ||
lastUpdated: '2023-03-02T09:58:23.896Z' | ||
meshConfig: | ||
sources: | ||
- name: Commerce | ||
handler: | ||
graphql: | ||
endpoint: https://foo.bar/graphql/ | ||
meshId: abcd123 | ||
lastUpdatedBy: | ||
firstName: John | ||
lastName: Doe | ||
userEmail: [email protected] | ||
userId: [email protected] | ||
displayName: John Doe | ||
meshStatus: success | ||
sources: | ||
- name: Commerce | ||
handler: | ||
graphql: | ||
endpoint: https://foo.bar/graphql/ | ||
runtime: true |