mirror of
https://gitee.com/dotnetchina/OpenAuth.Net.git
synced 2025-04-05 17:38:01 +08:00
18 lines
468 B
JSON
18 lines
468 B
JSON
{
|
||
"Logging": {
|
||
"LogLevel": {
|
||
"Default": "Warning"
|
||
}
|
||
},
|
||
"AllowedHosts": "*",
|
||
"ConnectionStrings": {
|
||
"OpenAuthDBContext": "Data Source=.;Encrypt=false;Initial Catalog=OpenAuthDB;User=sa;Password=000000"
|
||
//"OpenAuthDBContext": "server=127.0.0.1;user id=root;database=openauthdb;password=000000" //my sql
|
||
},
|
||
"AppSetting": {
|
||
"DbTypes": {
|
||
"OpenAuthDBContext":"SqlServer" //数据库类型:SqlServer、MySql、Oracle
|
||
}
|
||
}
|
||
}
|