Initial project import

This commit is contained in:
2026-07-24 23:11:20 +08:00
commit 6396eabb87
372 changed files with 49682 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
{
"Urls": "http://127.0.0.1:3000;http://0.0.0.0:5000",
"ConnectionStrings": {
"Default": ""
},
"Jwt": {
"Secret": "",
"Issuer": "MiaoJiZhang.Api",
"Audience": "MiaoJiZhang.App",
"ExpireDays": "30"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"Admin": {
"Key": ""
}
}