Ignore:
Timestamp:
10/28/25 10:48:10 (11 months ago)
Author:
GitHub <noreply@…>
Branches:
master
Children:
dced479
Parents:
7a1fe00 (diff), 43459e1 (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:
Boris Gjorgjievski <69085722+imbrsk@…> (10/28/25 10:48:10)
git-committer:
GitHub <noreply@…> (10/28/25 10:48:10)
Message:

Merge pull request #4 from stefansaveski/revert-3-feature/refresh-token

Revert "Feature/refresh token"

File:
1 edited

Legend:

Unmodified
Added
Removed
  • iknow-api/appsettings.json

    r7a1fe00 rff7f308  
    66    }
    77  },
    8   "ConnectionStrings": {
    9     "DefaultConnection": "Host=localhost;Port=55432;Database=myappdb;Username=postgres;Password=REDACTED_ROTATE_ME"
    10   },
    11   "Jwt": {
    12     "Key": "REDACTED_SET_VIA_USER_SECRETS"
    13   }
     8  "AllowedHosts": "*"
    149}
Note: See TracChangeset for help on using the changeset viewer.