ChouBox/ChouBox.WebApi/appsettings.json
2025-04-23 22:55:31 +08:00

22 lines
467 B
JSON

{
"ConnectionStrings": {
"ConnectionString": "server=172.19.0.1;port=3306;database=youda;user=youda;password=youda;charset=utf8mb4",
"RedisConnectionString": "172.19.0.1:6379,defaultDatabase=3"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
//服务器配置
"Kestrel": {
"Endpoints": {
"Http": {
"Url": "http://*:80"
}
}
}
}