Changeset 8e32210 for iknow-api/appsettings.json
- Timestamp:
- 10/23/25 15:32:17 (11 months ago)
- Branches:
- master
- Children:
- 5eb7847
- Parents:
- c11d3a3 (diff), cb8e531 (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)
- File:
-
- 1 edited
-
iknow-api/appsettings.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/appsettings.json
rc11d3a3 r8e32210 6 6 } 7 7 }, 8 "AllowedHosts": "*" 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 } 9 14 }
Note:
See TracChangeset
for help on using the changeset viewer.
