7050851bd4
Backend CI / build-and-test (push) Successful in 48s
Frontend CI / build-and-check (push) Failing after 23s
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 9s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 1m21s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Successful in 30s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 7s
55 lines
1.0 KiB
JSON
55 lines
1.0 KiB
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Cors": {
|
|
"Origins": [
|
|
"http://localhost:5173",
|
|
"http://localhost:3000"
|
|
]
|
|
},
|
|
"RateLimiting": {
|
|
"PermitLimit": 600,
|
|
"WindowSeconds": 60,
|
|
"QueueLimit": 100
|
|
},
|
|
"Llm": {
|
|
"BaseUrl": "https://api.openai.com/v1/",
|
|
"ApiKey": "",
|
|
"Model": "gpt-4o-mini",
|
|
"ReviewAnalysis": {
|
|
"MaxConcurrentProcessing": 1
|
|
}
|
|
},
|
|
"ModeusApi": {
|
|
"BaseUrl": "https://schedule.rdcenter.ru",
|
|
"ApiKey": "",
|
|
"TimeoutSeconds": 180
|
|
},
|
|
"Serilog": {
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Information",
|
|
"System": "Information"
|
|
}
|
|
}
|
|
},
|
|
"Email": {
|
|
"Smtp": {
|
|
"Host": "",
|
|
"Port": 587,
|
|
"EnableSsl": true,
|
|
"UserName": "",
|
|
"Password": "",
|
|
"FromAddress": "no-reply@universe.local",
|
|
"FromName": "UniVerse"
|
|
}
|
|
}
|
|
}
|