Merge pull request #1646 from Rwing/patch-4

Fix typo of mongodb connection string in sample project
pull/1653/head
maliming 6 years ago committed by GitHub
commit 7f8c74fd6c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1,6 +1,6 @@
{
"ConnectionStrings": {
"Default": "mongodb://localhost:27017|BookStore"
"Default": "mongodb://localhost:27017/BookStore"
},
"IdentityServer": {
"Clients": {

@ -4,7 +4,7 @@
"CorsOrigins": "https://*.BookStore.com,http://localhost:4200"
},
"ConnectionStrings": {
"Default": "mongodb://localhost:27017|BookStore"
"Default": "mongodb://localhost:27017/BookStore"
},
"Redis": {
"Configuration": "127.0.0.1"

Loading…
Cancel
Save