Skip to content

Commit

Permalink
[Aggregator] Added ApiSettings in AppSettings.json
Browse files Browse the repository at this point in the history
  • Loading branch information
hidayatarg committed Oct 12, 2023
1 parent 9c3bce6 commit f7709c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/ApiGateways/Shopping.Aggregator/appsettings.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@
{
"ApiSetting":{
"CatalogUrl": "http://localhost:8000",
"BasketUrl": "http://localhost:8001",
"OrderingUrl": "http://localhost:8004"
},
"Logging": {
"LogLevel": {
"Default": "Information",
Expand Down

0 comments on commit f7709c9

Please sign in to comment.