2025-10-16 09:56:36 +08:00
|
|
|
{
|
|
|
|
|
"Logging": {
|
|
|
|
|
"LogLevel": {
|
|
|
|
|
"Default": "Information",
|
|
|
|
|
"Microsoft.AspNetCore": "Warning"
|
|
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
"AllowedHosts": "*",
|
|
|
|
|
"ConnectionStrings": {
|
|
|
|
|
"DefaultConnection": "Data Source=FutureMail.db"
|
|
|
|
|
},
|
|
|
|
|
"FileUpload": {
|
|
|
|
|
"UploadPath": "uploads",
|
|
|
|
|
"BaseUrl": "http://localhost:5054/uploads",
|
|
|
|
|
"MaxFileSize": 104857600
|
2025-10-16 15:21:52 +08:00
|
|
|
},
|
|
|
|
|
"Jwt": {
|
|
|
|
|
"Key": "ThisIsASecretKeyForJWTTokenGenerationAndValidation123456789",
|
|
|
|
|
"Issuer": "FutureMailAPI",
|
|
|
|
|
"Audience": "FutureMailClient"
|
2025-10-16 09:56:36 +08:00
|
|
|
}
|
|
|
|
|
}
|