生产环境
This commit is contained in:
@@ -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": {
|
||||
|
||||
Reference in New Issue
Block a user