This commit is contained in:
GukSang.Jin
2026-03-18 17:48:40 +08:00
parent 65f4fa02ca
commit fe8d433e32
30 changed files with 2037 additions and 26 deletions

View File

@@ -0,0 +1,11 @@
{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning",
"Microsoft.EntityFrameworkCore": "Warning"
}
},
"AllowedHosts": "*",
"DatabaseProvider": "MySql"
}