This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Modify development settings to specify the valid database name
pull/49/merge
Unai
8 years ago
parent
da2282783b
commit
728cb0fbfa
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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=Catalog
DB
;username=postgres;password=postgres"
,
"Logging"
:
{
"IncludeScopes"
:
false
,
"LogLevel"
:
{
Write
Preview
Loading…
Cancel
Save