Ignore:
Timestamp:
08/29/24 14:36:07 (4 weeks ago)
Author:
ElenaMoskova <elena.moskova99@…>
Branches:
main
Children:
e90ba32
Parents:
e9bb9d1
Message:

local DB

local connection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • PostgreSqlDotnetCore/appsettings.json

    re9bb9d1 ra850333  
    11{
    22  "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;"
     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;"
    45  },
    56  "Logging": {
Note: See TracChangeset for help on using the changeset viewer.