Skip to content

Commit

Permalink
Update ServiceConfiguration csdef as well
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakaravindr committed Jun 11, 2014
1 parent 7d35cc0 commit 3641634
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGetGallery.Cloud/ServiceConfiguration.Cloud.cscfg
Expand Up @@ -49,6 +49,7 @@
<!-- **************** -->
<!-- These are only changed at runtime -->
<Setting name="Gallery.ReadOnlyMode" value="false" />
<Setting name="Gallery.FeedOnlyMode" value="false" />
<Setting name="Startup.BlockedIPs" value="" />
</ConfigurationSettings>
<Certificates>
Expand Down
1 change: 1 addition & 0 deletions src/NuGetGallery.Cloud/ServiceConfiguration.Local.cscfg
Expand Up @@ -49,6 +49,7 @@
<!-- **************** -->
<!-- These are only changed at runtime -->
<Setting name="Gallery.ReadOnlyMode" value="false" />
<Setting name="Gallery.FeedOnlyMode" value="false" />
<Setting name="Startup.BlockedIPs" value="" />
</ConfigurationSettings>
<Certificates>
Expand Down
1 change: 1 addition & 0 deletions src/NuGetGallery.Cloud/ServiceDefinition.csdef
Expand Up @@ -12,6 +12,7 @@
<Setting name="Gallery.SqlServer" />
<Setting name="Gallery.ConfirmEmailAddress" />
<Setting name="Gallery.ReadOnlyMode" />
<Setting name="Gallery.FeedOnlyMode" />
<Setting name="Gallery.StorageType" />
<Setting name="Gallery.SmtpUri" />
<Setting name="Gallery.FacebookAppId" />
Expand Down

0 comments on commit 3641634

Please sign in to comment.