Changeset 18e0c10
- Timestamp:
- 12/09/25 13:00:30 (10 months ago)
- Branches:
- master
- Children:
- 334981d
- Parents:
- f0fc386
- Location:
- iknow-api
- Files:
-
- 1 edited
- 2 moved
-
Migrations/20251209115716_InitialCreate.Designer.cs (moved) (moved from iknow-api/Migrations/20251208203846_InitialCreate.Designer.cs ) (1 diff)
-
Migrations/20251209115716_InitialCreate.cs (moved) (moved from iknow-api/Migrations/20251208203846_InitialCreate.cs )
-
appsettings.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Migrations/20251209115716_InitialCreate.Designer.cs
rf0fc386 r18e0c10 13 13 { 14 14 [DbContext(typeof(AppDbContext))] 15 [Migration("2025120 8203846_InitialCreate")]15 [Migration("20251209115716_InitialCreate")] 16 16 partial class InitialCreate 17 17 { -
iknow-api/appsettings.json
rf0fc386 r18e0c10 7 7 }, 8 8 "ConnectionStrings": { 9 "DefaultConnection": "Host= localhost;Port=5432;Database=myappdb;Username=postgres;Password=REDACTED_ROTATE_ME"9 "DefaultConnection": "Host=ep-dark-sun-a4dr99wd-pooler.us-east-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=REDACTED_ROTATE_ME; SSL Mode=VerifyFull; Channel Binding=Require;" 10 10 }, 11 11 "Jwt": {
Note:
See TracChangeset
for help on using the changeset viewer.
