From fca5f52c57ffa27b3200c09a5bfb904b4d4d42af Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=D0=94=D0=B0=D0=BD=D0=B8=D0=BB=D0=B0=20=D0=A1=D0=B5=D0=BB?= =?UTF-8?q?=D1=8F=D0=B5=D0=B2?= Date: Fri, 21 Feb 2025 16:05:05 +0400 Subject: [PATCH] =?UTF-8?q?=D0=B8=D1=81=D0=BF=D1=80=D0=B0=D0=BB=D0=B2?= =?UTF-8?q?=D0=B5=D0=BD=D0=B8=D0=B5=201?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- FoodOrders/FoodOrderDatabaseImplement/FoodOrdersDataBase.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/FoodOrders/FoodOrderDatabaseImplement/FoodOrdersDataBase.cs b/FoodOrders/FoodOrderDatabaseImplement/FoodOrdersDataBase.cs index 63941a4..08fc607 100644 --- a/FoodOrders/FoodOrderDatabaseImplement/FoodOrdersDataBase.cs +++ b/FoodOrders/FoodOrderDatabaseImplement/FoodOrdersDataBase.cs @@ -11,7 +11,7 @@ namespace FoodOrdersDatabaseImplement { if (optionsBuilder.IsConfigured == false) { - optionsBuilder.UseNpgsql(@"Host=localhost;Port=5432;Database=FoodOrdersDatabaseFull;Username=postgres;Password=12345"); + optionsBuilder.UseNpgsql(@"Host=localhost;Port=5432;Database=FoodOrdersDatabaseFull_2;Username=postgres;Password=postgres"); } base.OnConfiguring(optionsBuilder); }