Skip to content

Commit

Permalink
chore: add updated connection string
Browse files Browse the repository at this point in the history
  • Loading branch information
AngelMunoz committed Oct 25, 2024
1 parent 5564e12 commit 4bc0a63
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,8 @@
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"ConnectionStrings": {
"DatabaseConnection": "User ID=posgres;Password=posgres;Host=localhost;Port=5432;Database=openapo"
}
}

0 comments on commit 4bc0a63

Please sign in to comment.