Changeset af4f801 for iknow-api/appsettings.json
- Timestamp:
- 09/14/26 21:15:01 (10 days ago)
- Branches:
- master
- Children:
- 10009b9
- Parents:
- c72ed3b (diff), 4b35197 (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
rc72ed3b raf4f801 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=npg_SxbBZmtw4I7P; SSL Mode=VerifyFull; Channel Binding=Require;" 14 }, 15 "Jwt": { 16 "Key": "YourSecretKeyHereMustBeAtLeast32CharactersLongForHS256Algorithm" 17 } 9 18 }
Note:
See TracChangeset
for help on using the changeset viewer.
