Skip to content

Commit

Permalink
Temporary revert appsettings commit
Browse files Browse the repository at this point in the history
  • Loading branch information
leny-mi committed May 11, 2021
1 parent 2182309 commit 1d12959
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 9 deletions.
4 changes: 0 additions & 4 deletions Emerald.Application/appsettings.Development.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,5 @@
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"Mongo": {
"ConnectionString": "mongodb://localhost:27017/emerald",
"DatabaseName": "emerald"
}
}
4 changes: 0 additions & 4 deletions Emerald.Application/appsettings.Production.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,2 @@
{
"Mongo": {
"ConnectionString": "mongodb://mongo:27017/emerald",
"DatabaseName": "emerald"
}
}
6 changes: 5 additions & 1 deletion Emerald.Application/appsettings.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,5 +12,9 @@
"Microsoft.Hosting.Lifetime": "Information"
}
},
"AllowedHosts": "*"
"AllowedHosts": "*",
"Mongo": {
"ConnectionString": "mongodb://mongo:27017/emerald",
"DatabaseName": "emerald"
}
}

0 comments on commit 1d12959

Please sign in to comment.