From ddcca5e821702e3cd762a29b3f4319dce6666190 Mon Sep 17 00:00:00 2001 From: maxnes3 <112558334+maxnes3@users.noreply.github.com> Date: Tue, 23 May 2023 18:03:50 +0400 Subject: [PATCH] =?UTF-8?q?=D0=AD=D0=B3=D0=BE=D0=B2=20=D0=BB=D1=83=D1=87?= =?UTF-8?q?=D1=88=D0=B8=D0=B9=20=D0=BF=D1=80=D0=B5=D0=BF=D0=BE=D0=B4=D0=B0?= =?UTF-8?q?=D0=B2=D0=B0=D1=82=D0=B5=D0=BB=D1=8C=20=D0=BD=D0=B0=20=D1=81?= =?UTF-8?q?=D0=B2=D0=B5=D1=82=D0=B5,=20=D1=81=D1=87=D0=B0=D1=81=D1=82?= =?UTF-8?q?=D1=8C=D1=8F,=20=D0=B7=D0=B4=D0=BE=D0=B2=D1=8C=D1=8F=20=D0=B8?= =?UTF-8?q?=20=D0=BF=D1=80=D0=BE=D1=86=D0=B2=D0=B5=D1=82=D0=B0=D0=BD=D0=B8?= =?UTF-8?q?=D1=8F!?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../CaseAccountingDataBaseImplement/CaseAccountingDatabase.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDatabase.cs b/CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDatabase.cs index 55243a9..75477ba 100644 --- a/CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDatabase.cs +++ b/CaseAccounting/CaseAccountingDataBaseImplement/CaseAccountingDatabase.cs @@ -18,8 +18,8 @@ namespace CaseAccountingDataBaseImplement Host=localhost; Port=5432; Database=CaseAccountingDatabase; - Username=postgres; - Password=postgres"); + Username=courseuser; + Password=courseuser"); } base.OnConfiguring(optionsBuilder); }