Browse Source

Modify development settings to specify the valid database name

pull/49/merge
Unai 8 years ago
parent
commit
728cb0fbfa
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/Services/Catalog/Catalog.API/settings.development.json

+ 1
- 1
src/Services/Catalog/Catalog.API/settings.development.json View File

@ -1,5 +1,5 @@
{
"ConnectionString": "Server=127.0.0.1;Port=5432;Database=Catalog;username=postgres;password=postgres",
"ConnectionString": "Server=127.0.0.1;Port=5432;Database=CatalogDB;username=postgres;password=postgres",
"Logging": {
"IncludeScopes": false,
"LogLevel": {


Loading…
Cancel
Save