source: PostgreSqlDotnetCore/appsettings.json@ a3ce071

main
Last change on this file since a3ce071 was a850333, checked in by ElenaMoskova <elena.moskova99@…>, 4 weeks ago

local DB

local connection

  • Property mode set to 100644
File size: 523 bytes
Line 
1{
2 "ConnectionStrings": {
3 "DefaultConnection": "User ID=db_202324z_va_prj_vetcareconnect_owner;Password=79424061a9b1;Server=localhost;Port=9999;Database=db_202324z_va_prj_vetcareconnect;Integrated Security=true;Pooling=true;",
4 "DefaultConnection_local": "User ID=elena;Password=elena;Server=localhost;Port=5432;Database=postgres;Integrated Security=true;Pooling=true;"
5 },
6 "Logging": {
7 "LogLevel": {
8 "Default": "Information",
9 "Microsoft.AspNetCore": "Warning"
10 }
11 },
12 "AllowedHosts": "*"
13}
Note: See TracBrowser for help on using the repository browser.