Skip to content
This repository has been archived by the owner on May 9, 2019. It is now read-only.

Commit

Permalink
updated scripts for new release
Browse files Browse the repository at this point in the history
  • Loading branch information
dubeaud committed Nov 2, 2014
1 parent e146f9d commit 4acccdd
Show file tree
Hide file tree
Showing 3 changed files with 1,365 additions and 326 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -78,6 +78,8 @@ INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('Pop3Port', '110')
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('EnableGravatar', 'False')
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('GoogleAuthentication', 'False')
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES (N'GoogleClientId', N'')
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES (N'GoogleClientSecret', N'')
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('FacebookAuthentication', 'False')
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('FacebookAppId', '')
INSERT INTO [dbo].[BugNet_HostSettings] ([SettingName], [SettingValue]) VALUES('FacebookAppSecret', '')
Expand Down
Loading

0 comments on commit 4acccdd

Please sign in to comment.