生产环境

This commit is contained in:
2026-07-25 20:21:42 +08:00 Unverified
parent 1da6543a38
commit a576cc815d
30 changed files with 3325 additions and 4129 deletions
+6 -6
View File
@@ -1,6 +1,8 @@
{
"Database": {
"Provider": "MySql"
"Provider": "MySql",
"ApplyMigrationsOnStartup": false,
"CommandTimeoutSeconds": 30
},
"ConnectionStrings": {
"MySql": ""
@@ -8,13 +10,11 @@
"Jwt": {
"Issuer": "Jiaowu.Api",
"Audience": "Jiaowu.Web",
"Key": "REPLACE_IN_PRODUCTION_WITH_A_LONG_RANDOM_SECRET",
"ExpireMinutes": 480
"Key": "",
"ExpireMinutes": 60
},
"Cors": {
"Origins": [
"http://localhost:5173"
]
"Origins": []
},
"Logging": {
"LogLevel": {