From 4bc0a634570201141bebc3a286c619b2698f48f7 Mon Sep 17 00:00:00 2001 From: "Angel D. Munoz" Date: Fri, 25 Oct 2024 12:41:35 -0600 Subject: [PATCH] chore: add updated connection string --- appsettings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/appsettings.json b/appsettings.json index 0c208ae..cb4b87a 100644 --- a/appsettings.json +++ b/appsettings.json @@ -4,5 +4,8 @@ "Default": "Information", "Microsoft.AspNetCore": "Warning" } + }, + "ConnectionStrings": { + "DatabaseConnection": "User ID=posgres;Password=posgres;Host=localhost;Port=5432;Database=openapo" } }