811b6ef51a
Backend CI / build-and-test (push) Successful in 52s
Frontend CI / build-and-check (push) Failing after 5m15s
🚀 Create and publish a Docker image / Detect changes in backend and frontend (push) Successful in 16s
🚀 Create and publish a Docker image / Build & publish backend image (push) Successful in 1m0s
🚀 Create and publish a Docker image / Build & publish frontend image (push) Successful in 32s
🚀 Create and publish a Docker image / Update stack on Portainer (push) Successful in 13s
46 lines
882 B
JSON
46 lines
882 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft.AspNetCore": "Warning",
|
|
"Microsoft.EntityFrameworkCore": "Warning"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"Cors": {
|
|
"Origins": [
|
|
"http://localhost:5173",
|
|
"http://localhost:3000"
|
|
]
|
|
},
|
|
"Llm": {
|
|
"BaseUrl": "https://api.openai.com/v1/",
|
|
"ApiKey": "",
|
|
"Model": "gpt-4o-mini"
|
|
},
|
|
"ModeusApi": {
|
|
"BaseUrl": "https://schedule.rdcenter.ru",
|
|
"ApiKey": ""
|
|
},
|
|
"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"
|
|
}
|
|
}
|
|
}
|