Files
TechHelper/TechHelper.Server/appsettings.json
SpecialX ac900159ba
Some checks failed
TechAct / explore-gitea-actions (push) Failing after 12s
重构项目结构,移除Assignment相关功能,优化Submission模块
2025-10-09 18:57:28 +08:00

28 lines
703 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"XSDB": "Server=mysql.eazygame.cn;Port=13002;Database=test3;User=root;Password=wx1998WX"
},
"JWTSettings": {
"securityKey": "MxcxQHVYVDQ0U3lqWkIwdjZlSGx4eFp6YnFpUGxodmc5Y3hPZk5vWm9MZEg2Y0I=",
"validIssuer": "CodeMazeAPI",
"validAudience": "http://localhost:8080",
"expiryInMinutes": 1200
},
"ApiConfiguration": {
"BaseAddress": "http://localhost:8080"
},
"EmailConfiguration": {
"From": "1468441589@qq.com",
"Password": "pfxhtoztjimtbahc",
"SmtpHost": "smtp.qq.com",
"Port": 587
},
"AllowedHosts": "*"
}