Skip to content

Commit

Permalink
Update appsettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
SeriaWei committed Oct 25, 2018
1 parent 3eb984e commit 4674f81
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 0 additions & 3 deletions DataBase/MySql/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
"DbType": "MySql",
"ConnectionString": "Server=mysql;Database=ZKEACMS_Core;User Id=root;Password=root;"
},
"ApplicationInsights": {
"InstrumentationKey": ""
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
Expand Down
4 changes: 1 addition & 3 deletions DataBase/SQLite/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@
//"DbType": "MySql",
//"ConnectionString": "Server=localhost;Database=ZKEACMS_Core;User Id=root;Password=root;"
},
"ApplicationInsights": {
"InstrumentationKey": ""
},
"Logging": {
"IncludeScopes": false,
"LogLevel": {
Expand All @@ -22,5 +19,6 @@
},
"Culture": {
"Code": "zh-CN"
//"Code": "en-US"
}
}

0 comments on commit 4674f81

Please sign in to comment.