feat: 更新接口
This commit is contained in:
11
PetWash.Api/appsettings.Production.json
Normal file
11
PetWash.Api/appsettings.Production.json
Normal file
@@ -0,0 +1,11 @@
|
||||
{
|
||||
"Logging": {
|
||||
"LogLevel": {
|
||||
"Default": "Information",
|
||||
"Microsoft.AspNetCore": "Warning",
|
||||
"Microsoft.EntityFrameworkCore": "Warning"
|
||||
}
|
||||
},
|
||||
"AllowedHosts": "*",
|
||||
"DatabaseProvider": "MySql"
|
||||
}
|
||||
Reference in New Issue
Block a user