添加项目文件。

This commit is contained in:
SpecialX
2025-05-23 19:03:00 +08:00
parent 6fa7679fd3
commit d36fef2bbb
185 changed files with 13413 additions and 0 deletions

View File

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