Skip to content

Commit

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

0 comments on commit fe29b1e

Please sign in to comment.