/
qwiklly
/
arc-server
Обзор
Документация
Войти
/
qwiklly
/
arc-server
Код
Запросы
0
Задачи
Вики
Пакеты
0
Релизы
0
Аналитика
Безопасность
trunk
examples/AppRemoteConfig.SampleApp/appsettings.Staging.json
54 строки
1 KB
CLTanuki
chore: modules exploded
24 янв 2024, 18:53
24 янв 2024, 18:53
6b5ba70
Код
Авторство
О чём код?
{ "ConnectionStrings": { "ArcContext": "Host=localhost;Database=arc;Username=appremote;Password=9fxx0jEr" }, "Logging": { "LogLevel": { "Default": "Information", "Microsoft": "Warning", "Microsoft.AspNetCore.SpaProxy": "Information", "Microsoft.Hosting.Lifetime": "Information" } }, "Serilog": { "MinimumLevel": "Information", "WriteTo": [ { "Name": "Console" }, { "Name": "File", "Args": { "path": "logs/application.log", "formatter": "Serilog.Formatting.Json.JsonFormatter, Serilog" } }, { "Name": "Sentry", "Args": { "Dsn": "https://c159efcf8fbb4d7fbec641148b2daeea@bugs.basilevs.tech/8", "MinimumBreadcrumbLevel": "Information", "MinimumEventLevel": "Error" } } ], "Enrich": [ "FromLogContext", "WithMachineName", "WithThreadId" ] }, "AppSettings": { "Smtp": { "Host": "smtp.beget.com", "Port": 25, "FromAddress": "noreply@kaleidoscope.host", "FromName": "App Remote Config", "User": "", "Passwd": "" }, "providerHost": "https://k-id.ru", "clientId": "arc" }, "BaseRpcUri": "https://arc.kaleidoscope.host/api/rpc" }