mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-10-21 19:17:22 +08:00
17 lines
377 B
JSON
17 lines
377 B
JSON
{
|
||
"Logging": {
|
||
"LogLevel": {
|
||
"Default": "Warning"
|
||
}
|
||
},
|
||
"AllowedHosts": "*",
|
||
"ConnectionStrings": {
|
||
"OpenAuthDBContext": "Data Source=.;Encrypt=false;Initial Catalog=OpenAuthDB;User=sa;Password=000000"
|
||
},
|
||
"AppSetting": {
|
||
"DbTypes": {
|
||
"OpenAuthDBContext":"SqlServer" //数据库类型:SqlServer、MySql、Oracle、PostgreSql
|
||
}
|
||
}
|
||
}
|