From 1fe63fdc4fd12dc1a0d1e8ef921a9c9ea929961b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw?= <62651497+staszkiet@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:05:22 +0100 Subject: [PATCH 1/2] Add encrypt false to constring --- TickAPI/TickAPI/appsettings.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TickAPI/TickAPI/appsettings.example.json b/TickAPI/TickAPI/appsettings.example.json index 1e34d53..020e0e4 100644 --- a/TickAPI/TickAPI/appsettings.example.json +++ b/TickAPI/TickAPI/appsettings.example.json @@ -11,7 +11,7 @@ "https://another-site.com" ], "ConnectionStrings": { - "ResellioDatabase": "Server=tcp:localhost,1433;Initial Catalog=your_db_name;Persist Security Info=False;User ID=sa;Password=your_password;TrustServerCertificate=True" + "ResellioDatabase": "Server=tcp:localhost,1433;Initial Catalog=resellioDB;Persist Security Info=False;User ID=sa;Password=Rese11io;TrustServerCertificate=True; Encrypt=False" }, "Authentication": { "Google": { From 70d0abf595a607c5a0157167956329eea5b41e47 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stanis=C5=82aw?= <62651497+staszkiet@users.noreply.github.com> Date: Tue, 18 Mar 2025 12:08:28 +0100 Subject: [PATCH 2/2] Jakub Paczka space fix --- TickAPI/TickAPI/appsettings.example.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TickAPI/TickAPI/appsettings.example.json b/TickAPI/TickAPI/appsettings.example.json index 020e0e4..d24bd13 100644 --- a/TickAPI/TickAPI/appsettings.example.json +++ b/TickAPI/TickAPI/appsettings.example.json @@ -11,7 +11,7 @@ "https://another-site.com" ], "ConnectionStrings": { - "ResellioDatabase": "Server=tcp:localhost,1433;Initial Catalog=resellioDB;Persist Security Info=False;User ID=sa;Password=Rese11io;TrustServerCertificate=True; Encrypt=False" + "ResellioDatabase": "Server=tcp:localhost,1433;Initial Catalog=resellioDB;Persist Security Info=False;User ID=sa;Password=Rese11io;TrustServerCertificate=True;Encrypt=False" }, "Authentication": { "Google": {