28 lines
531 B
JSON
28 lines
531 B
JSON
{
|
|
"Database": {
|
|
"Provider": "MySql"
|
|
},
|
|
"ConnectionStrings": {
|
|
"MySql": ""
|
|
},
|
|
"Jwt": {
|
|
"Issuer": "Jiaowu.Api",
|
|
"Audience": "Jiaowu.Web",
|
|
"Key": "REPLACE_IN_PRODUCTION_WITH_A_LONG_RANDOM_SECRET",
|
|
"ExpireMinutes": 480
|
|
},
|
|
"Cors": {
|
|
"Origins": [
|
|
"http://localhost:5173"
|
|
]
|
|
},
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore.Database.Command": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*"
|
|
}
|