COP_Petrushin_PIbd-32/Laba3/appsettings.json

5 lines
136 B
JSON
Raw Normal View History

2024-10-30 13:34:23 +04:00
{
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Port=5432;Database=kop;Username=postgres;Password=postgres"
}
}