添加项目文件。
This commit is contained in:
27
TechHelper.Server/appsettings.json
Normal file
27
TechHelper.Server/appsettings.json
Normal 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": "*"
|
||||
}
|
Reference in New Issue
Block a user