Skip to content

Commit

Permalink
Fix#32
Browse files Browse the repository at this point in the history
  • Loading branch information
hayoudotnet committed May 14, 2019
1 parent 62f9d05 commit 4d78f63
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions samples/DatabaseSource/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
{
"ConnectionStrings": {
//"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=log;Trusted_Connection=True;MultipleActiveResultSets=true"
"DefaultConnection": "Data Source=47.111.166.29,25000;Initial Catalog=OutpatientMS-LogDB;Persist Security Info=True;User ID=sa;Password=Tianjun73;Connection Timeout=90;"
"DefaultConnection": "Server=(localdb)\\mssqllocaldb;Database=log;Trusted_Connection=True;MultipleActiveResultSets=true"
},
"Logging": {
"LogLevel": {
Expand Down
2 changes: 1 addition & 1 deletion samples/NfxAspNetMvc/NfxAspNetMvc.csproj.user
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<IISExpressWindowsAuthentication />
<IISExpressUseClassicPipelineMode />
<UseGlobalApplicationHostFile />
<LastActiveSolutionConfig>Debug|Any CPU</LastActiveSolutionConfig>
<LastActiveSolutionConfig>Release|Any CPU</LastActiveSolutionConfig>
</PropertyGroup>
<ProjectExtensions>
<VisualStudio>
Expand Down

0 comments on commit 4d78f63

Please sign in to comment.