2020-03-30 10:12:52 +08:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
2020-04-22 20:59:52 +08:00
|
|
|
"Database": {
|
2020-04-24 13:39:31 +08:00
|
|
|
"UseDb": "mysql",
|
2020-04-22 20:59:52 +08:00
|
|
|
"FAuthDbSqlServer": "Server=.\\SQLSERVER2008R2;Database=FAuth;User ID=sa;Password=111",
|
2020-04-24 13:39:31 +08:00
|
|
|
"FAuthDbMySql": "Server=localhost;Port=3306;Database=FAuth;Uid=falcon;Pwd=falcon;"
|
2020-03-30 10:12:52 +08:00
|
|
|
},
|
|
|
|
"Redis": {
|
|
|
|
"InstanceName": "",
|
|
|
|
"Configuration": "127.0.0.1:7001,password=123654"
|
2020-04-08 16:28:42 +08:00
|
|
|
},
|
|
|
|
"UserTicketDecryptorOption": {
|
|
|
|
"Key": "abcd"
|
2020-04-22 17:52:22 +08:00
|
|
|
},
|
|
|
|
"urls": "http://*:9000,https://*:9001"
|
2020-03-30 10:12:52 +08:00
|
|
|
}
|