Compare commits

..

No commits in common. "7122302b23afa265a31c3e4b86004291b7b87741" and "acf3f5687131185d71fd1bddedbdbf4b83e6c872" have entirely different histories.

View File

@ -18,8 +18,8 @@ namespace CaseAccountingDataBaseImplement
Host=localhost; Host=localhost;
Port=5432; Port=5432;
Database=CaseAccountingDatabase; Database=CaseAccountingDatabase;
Username=courseuser; Username=postgres;
Password=courseuser"); Password=postgres");
} }
base.OnConfiguring(optionsBuilder); base.OnConfiguring(optionsBuilder);
} }