Ignore:
Timestamp:
10/20/25 16:10:33 (11 months ago)
Author:
imbrsk <boris696boris@…>
Branches:
master
Children:
9694de9, c0a75ab
Parents:
c11d3a3
Message:

Implement user management features with database integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/appsettings.json

    rc11d3a3 r618be76  
    66    }
    77  },
    8   "AllowedHosts": "*"
     8  "ConnectionStrings": {
     9    "DefaultConnection": "Host=localhost;Port=5432;Database=myappdb;Username=myuser;Password=REDACTED_ROTATE_ME"
     10  }
    911}
Note: See TracChangeset for help on using the changeset viewer.