From aa057fcc8f515bc5620104add2c3394f01502b54 Mon Sep 17 00:00:00 2001 From: Leozillo73 <76777036+Leozillo73@users.noreply.github.com> Date: Sat, 1 Jun 2024 01:51:11 +0400 Subject: [PATCH] sd --- .../ZooClientApp/Views/Home/Reports.cshtml | 12 ++++++++++++ git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 git/JurasicZoo/ZooClientApp/Views/Home/Reports.cshtml diff --git a/git/JurasicZoo/ZooClientApp/Views/Home/Reports.cshtml b/git/JurasicZoo/ZooClientApp/Views/Home/Reports.cshtml new file mode 100644 index 0000000..0e6bb86 --- /dev/null +++ b/git/JurasicZoo/ZooClientApp/Views/Home/Reports.cshtml @@ -0,0 +1,12 @@ +@{ + ViewData["Title"] = ""; +} + +
+

Отчеты

+
+ Списки маршрутов + Заповедники и стоимость животных +
+
+ diff --git a/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs b/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs index 2eb0c3f..be88260 100644 --- a/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs +++ b/git/JurasicZoo/ZooDataBaseImplement/ZooDatabase.cs @@ -17,7 +17,7 @@ namespace ZooDataBaseImplement { if (optionsBuilder.IsConfigured == false) { - optionsBuilder.UseNpgsql(@"Host=localhost;Port=5432;Database=jurasiczoo;Username=postgres;Password=1212"); + optionsBuilder.UseNpgsql(@"Host=localhost;Port=5432;Database=jurasiczoo;Username=postgres;Password=98987667"); } base.OnConfiguring(optionsBuilder); }