/
Fanil
/
PetFamily
Обзор
Документация
Войти
/
Fanil
/
PetFamily
Код
Запросы
0
Задачи
Пакеты
0
Релизы
0
Аналитика
Безопасность
master
PetFamily.API/appsettings.Development.json
32 строки
653 B
fangimal
added producer consumer
11 сен 2024, 11:35
11 сен 2024, 11:35
51e4612
Код
Авторство
О чём код?
{ "Logging": { "LogLevel": { "Default": "Debug", "Microsoft.AspNetCore": "Warning" } }, "ConnectionStrings": { "PetFamily": "Server=localhost;Port=5432;Database=pet_family;User Id=postgres;Password=postgres;", "Redis": "localhost:6379" }, "Minio": { "Endpoint": "127.0.0.1:9000", "AccessKey": "AccessKey", "SecretKey": "SecretKey" }, "Jwt": { "SecretKey": "key", "Expires": "24" }, "Seq": "seq:5341", "Mail": { "DisplayName" : "DisplayName", "From": "From", "UserName": "UserName", "Password": "Password", "Host": "Host", "Port": 100, "UseSSl": true } }