20 lines
463 B
JSON
20 lines
463 B
JSON
{
|
|
"ConnectionStrings": {
|
|
"ConnectionString": "server=192.168.195.13;port=3306;database=youda_test;user=youda_test;password=youda_test;charset=utf8mb4",
|
|
"RedisConnectionString": "192.168.1.56:6379,defaultDatabase=3"
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning"
|
|
}
|
|
}, //服务器配置
|
|
"Kestrel": {
|
|
"Endpoints": {
|
|
"Http": {
|
|
"Url": "http://*:81"
|
|
}
|
|
}
|
|
}
|
|
}
|