source: iknow-api/appsettings.Development.json@ 61fd94e

Last change on this file since 61fd94e was 61fd94e, checked in by imbrsk <boris696boris@…>, 10 months ago

Update database connection strings and initialize migration for schema changes

  • Changed the database connection strings in both appsettings.Development.json and appsettings.json to point to a new host with updated credentials.
  • Added initial migration files (20251211135004_inital.Designer.cs and 20251211135004_inital.cs) to set up the database schema, including tables for ActiveSemesters, Documents, Majors, Subjects, User, and related entities.
  • Defined relationships and constraints between tables in the migration.
  • Seeded initial data for Majors table.
  • Property mode set to 100644
File size: 358 bytes
Line 
1{
2 "Logging": {
3 "LogLevel": {
4 "Default": "Information",
5 "Microsoft.AspNetCore": "Warning"
6 }
7 },
8 "ConnectionStrings": {
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 }
11}
Note: See TracBrowser for help on using the repository browser.