Changeset dced479 for iknow-api/appsettings.json
- Timestamp:
- 09/14/26 21:15:01 (9 days ago)
- Branches:
- master
- Children:
- 93c368a
- Parents:
- ff7f308 (diff), ce1f8d4 (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. - File:
-
- 1 edited
-
iknow-api/appsettings.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/appsettings.json
rff7f308 rdced479 6 6 } 7 7 }, 8 "AllowedHosts": "*" 8 "AllowedOrigins": [ 9 "http://localhost:3000", 10 "https://iknow-remaster.vercel.app" 11 ], 12 "ConnectionStrings": { 13 "DefaultConnection": "Host=ep-divine-term-aghfotgc-pooler.c-2.eu-central-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=REDACTED_ROTATE_ME; SSL Mode=VerifyFull; Channel Binding=Require;" 14 }, 15 "Jwt": { 16 "Key": "REDACTED_SET_VIA_USER_SECRETS" 17 } 9 18 }
Note:
See TracChangeset
for help on using the changeset viewer.
