Skip to content

Commit

Permalink
Merge pull request #1632 from NuGet/anurse/1529-defaultconnectionstri…
Browse files Browse the repository at this point in the history
…ngvalue

Fix #1529 by adding a default value for the connection string
  • Loading branch information
Tim Lovell-Smith committed Oct 7, 2013
2 parents 229fbd0 + e2e5c6c commit d07dcde
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/NuGetGallery/Configuration/AppConfiguration.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ public class AppConfiguration : IAppConfiguration
/// </summary>
[Required]
[DisplayName("SqlServer")]
[DefaultValue("NuGetGallery")]
public string SqlConnectionString { get; set; }

/// <summary>
Expand Down

0 comments on commit d07dcde

Please sign in to comment.