- Timestamp:
- 12/12/25 16:26:00 (10 months ago)
- Branches:
- master
- Children:
- aee2b88
- Parents:
- 70a9f6d
- Location:
- iknow-api
- Files:
-
- 2 edited
- 2 moved
-
Migrations/20251211135004_inital.Designer.cs (moved) (moved from iknow-api/Migrations/20251210134426_UpdateModels.Designer.cs ) (1 diff)
-
Migrations/20251211135004_inital.cs (moved) (moved from iknow-api/Migrations/20251210134426_UpdateModels.cs ) (1 diff)
-
appsettings.Development.json (modified) (1 diff)
-
appsettings.json (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
iknow-api/Migrations/20251211135004_inital.Designer.cs
r70a9f6d r61fd94e 13 13 { 14 14 [DbContext(typeof(AppDbContext))] 15 [Migration("2025121 0134426_UpdateModels")]16 partial class UpdateModels15 [Migration("20251211135004_inital")] 16 partial class inital 17 17 { 18 18 /// <inheritdoc /> -
iknow-api/Migrations/20251211135004_inital.cs
r70a9f6d r61fd94e 10 10 { 11 11 /// <inheritdoc /> 12 public partial class UpdateModels: Migration12 public partial class inital : Migration 13 13 { 14 14 /// <inheritdoc /> -
iknow-api/appsettings.Development.json
r70a9f6d r61fd94e 7 7 }, 8 8 "ConnectionStrings": { 9 "DefaultConnection": "Host=ep- dark-sun-a4dr99wd-pooler.us-east-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=npg_Wk10VFHGKiwn; SSL Mode=VerifyFull; Channel Binding=Require;"9 "DefaultConnection": "Host=ep-blue-glitter-ag6m81xo-pooler.c-2.eu-central-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=npg_SxbBZmtw4I7P; SSL Mode=VerifyFull; Channel Binding=Require;" 10 10 } 11 11 } -
iknow-api/appsettings.json
r70a9f6d r61fd94e 7 7 }, 8 8 "ConnectionStrings": { 9 "DefaultConnection": "Host=ep- dark-sun-a4dr99wd-pooler.us-east-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=npg_Wk10VFHGKiwn; SSL Mode=VerifyFull; Channel Binding=Require;"9 "DefaultConnection": "Host=ep-blue-glitter-ag6m81xo-pooler.c-2.eu-central-1.aws.neon.tech; Database=neondb; Username=neondb_owner; Password=npg_SxbBZmtw4I7P; SSL Mode=VerifyFull; Channel Binding=Require;" 10 10 }, 11 11 "Jwt": {
Note:
See TracChangeset
for help on using the changeset viewer.
