-
Notifications
You must be signed in to change notification settings - Fork 53
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove useless ENV Variables #477
Merged
Merged
Changes from 5 commits
Commits
Show all changes
7 commits
Select commit
Hold shift + click to select a range
0941f8e
Remove useless ENV Variables
gkLeo 3fafca7
Add http router for Events site
gkLeo 4804f62
Merge branch 'main' into fix/template
gkLeo 23458e2
resolve merge conflict
gkLeo e85d5ed
Fixed typo
gkLeo b15186b
merge conflict
gkLeo 9cb5557
update MVP_RENDERING_EDITING_HOST_URI
gkLeo File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 |
---|---|---|
|
@@ -16,7 +16,7 @@ SharedFields: | |
Value: Events | ||
- ID: "8e0dd914-9afb-4d45-bf8b-7ff5d6e5337e" | ||
Hint: HostName | ||
Value: sugcon24events.vercel.app | ||
Value: sugcon24events.vercel.app|sugconevents.xmcloudcm.localhost | ||
- ID: "9eaf6dc9-b811-4cda-9edd-9697faba628a" | ||
Hint: POS | ||
Value: | ||
|
@@ -56,11 +56,11 @@ Languages: | |
sitecore\[email protected] | ||
- ID: "8cdc337e-a112-42fb-bbb4-4143751e123f" | ||
Hint: __Revision | ||
Value: "1cb3429c-ba89-41c4-b849-305efdf6c60f" | ||
Value: "93f01196-f868-4237-a784-fc5be52a0fc9" | ||
- ID: "badd9cf9-53e0-4d0c-bcc0-2d784c282f6a" | ||
Hint: __Updated by | ||
Value: | | ||
sitecore\[email protected] | ||
sitecore\LsPuHOnvmf | ||
- ID: "d9cf14b1-fa16-4ba6-9288-e8a174d4d522" | ||
Hint: __Updated | ||
Value: 20240502T074259Z | ||
Value: 20240723T084834Z |
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
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Why has this file needed to be changed alongside the
.env
changes?