Skip to content

Commit

Permalink
Fixed reference to the DB
Browse files Browse the repository at this point in the history
  • Loading branch information
AKlaus committed Aug 22, 2021
1 parent 71f66e2 commit 143c1a2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion back-end/WebApi/appsettings.Development.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"Database": {
"UpdateIndexes": true
"UpdateIndexes": true,
"DbName": "Yabt2"
},
"CorsOrigins": "http://localhost:4200",
"Logging": {
Expand Down
2 changes: 1 addition & 1 deletion back-end/WebApi/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"Database": {
"RavenDbUrls": [ "https://xxx.ravendb.cloud" ],
"Certificate": "",
"DbName": "Yabt2"
"DbName": "Yabt1"
},
"DatabaseSession": {
"WaitForIndexesAfterSaveChanges": null,
Expand Down

0 comments on commit 143c1a2

Please sign in to comment.