Ignore:
Timestamp:
10/23/25 15:32:17 (11 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
e49c3ed
Parents:
0b16523 (diff), c7d4a59 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
git-author:
Stefan Saveski <76560180+stefansaveski@…> (10/23/25 15:32:17)
git-committer:
GitHub <noreply@…> (10/23/25 15:32:17)
Message:

Merge pull request #2 from stefansaveski/feature/auth-system-integration

Feature/auth system integration

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/appsettings.Development.json

    r0b16523 r9538edc  
    55      "Microsoft.AspNetCore": "Warning"
    66    }
    7   }
     7  },
     8    "ConnectionStrings": {
     9        "DefaultConnection": "Host=localhost;Port=5432;Database=myappdb;Username=postgres;Password=newpassword"
     10    }
    811}
Note: See TracChangeset for help on using the changeset viewer.