/
spirzen
/
it-code-examples
Обзор
Документация
Войти
/
spirzen
/
it-code-examples
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
examples/json/csharp-505-101-002/main.json
30 строк
606 B
Spirzen
Code migration pack
09 июн 2026, 01:41
09 июн 2026, 01:41
cebc284
Код
Авторство
О чём код?
{ "Logging": { "LogLevel": { "Default": "Information", "Microsoft.AspNetCore": "Warning" } }, "AllowedHosts": [ "example.com", "localhost" ], "FeatureFlags": { "EnableBeta": true, "MaxRetries": 5 }, "ConnectionStrings": { "Default": "Server=.;Database=MyDb;Trusted_Connection=true;" }, "Kestrel": { "Endpoints": { "Http": { "Url": "http://localhost:5000" }, "Https": { "Url": "https://localhost:5001", "Certificate": { "Path": "localhost.pfx", "Password": "dev" } } } } }