Files
OCR/oss-microservices/AdminService/AdminService.API/bin/Debug/net8.0/appsettings.Development.json
2026-06-01 21:49:53 +05:30

12 lines
272 B
JSON

{
"ConnectionStrings": {
"DefaultConnection": "Host=192.168.0.111;Port=7925;Database=ocr;Username=postgres;Password=M@tr!x#149@dm!N"
},
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
}
}