-
Notifications
You must be signed in to change notification settings - Fork 641
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
Cleanup #6310
Conversation
skofman1
commented
Aug 14, 2018
- Removed broken AppVeyor integration
- Removed unused PagerDuty settings
- Cleaned up + updated deployment instructions
@@ -135,7 +131,7 @@ | |||
<add key="Gallery.Brand" value="NuGet Gallery"/> | |||
<add key="Gallery.GalleryOwner" value="NuGet Gallery <support@nuget.org>"/> | |||
<add key="Gallery.GalleryNoReplyAddress" value="NuGet Gallery <noreply@nuget.org>"/> | |||
<add key="Gallery.ConfirmEmailAddresses" value="true"/> | |||
<add key="Gallery.ConfirmEmailAddresses" value="false"/> |
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.
Having 'true' as default creates a bad experience for local deployments/web app deployments. Doesn't make sense to require confirmation if SMTP is not configured..
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.
This may make #5509 more obvious.
README.md
Outdated
@@ -49,6 +47,10 @@ You can undo this with this command: | |||
|
|||
This should help prevent unwanted file commits. | |||
|
|||
## Deploy | |||
|
|||
You will find [here](https://github.com/NuGet/NuGetGallery/blob/master/docs/Deploying/README.md) instructions on how to deploy the Gallery to Azure. |
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.
nit: the more typical way to say this is
You will find instructions on how to deploy the Gallery to Azure [here](https://github.com/NuGet/NuGetGallery/blob/master/docs/Deploying/README.md).
@@ -135,7 +131,7 @@ | |||
<add key="Gallery.Brand" value="NuGet Gallery"/> | |||
<add key="Gallery.GalleryOwner" value="NuGet Gallery <support@nuget.org>"/> | |||
<add key="Gallery.GalleryNoReplyAddress" value="NuGet Gallery <noreply@nuget.org>"/> | |||
<add key="Gallery.ConfirmEmailAddresses" value="true"/> | |||
<add key="Gallery.ConfirmEmailAddresses" value="false"/> |
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.
This may make #5509 more obvious.