Skip to content

Commit 728cb0f

Browse files
committed
Modify development settings to specify the valid database name
1 parent da22827 commit 728cb0f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Services/Catalog/Catalog.API/settings.development.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"ConnectionString": "Server=127.0.0.1;Port=5432;Database=Catalog;username=postgres;password=postgres",
2+
"ConnectionString": "Server=127.0.0.1;Port=5432;Database=CatalogDB;username=postgres;password=postgres",
33
"Logging": {
44
"IncludeScopes": false,
55
"LogLevel": {

0 commit comments

Comments
 (0)