This website works better with JavaScript.
Home
Explore
Help
Sign In
ayan.poddar
/
eShopOnContainers
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
19
Wiki
Activity
Browse Source
Fixed identity url
davidfowl/common-services
David Fowler
1 year ago
committed by
Reuben Bond
parent
670a9452e1
commit
5a2d38575e
6 changed files
with
6 additions
and
6 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.json
+1
-1
src/Services/Basket/Basket.API/appsettings.json
+1
-1
src/Services/Ordering/Ordering.API/appsettings.json
+1
-1
src/Services/Ordering/Ordering.SignalrHub/appsettings.json
+1
-1
src/Services/Payment/Payment.API/Properties/launchSettings.json
+1
-1
src/Services/Webhooks/Webhooks.API/appsettings.json
+ 1
- 1
src/ApiGateways/Web.Bff.Shopping/aggregator/appsettings.json
View File
@ -21,7 +21,7 @@
}
}
,
"Identity"
:
{
"Url"
:
"http://localhost:5
105
"
,
"Url"
:
"http://localhost:5
223
"
,
"Audience"
:
"webshoppingagg"
,
"Scopes"
:
{
"webshoppingagg"
:
"Shopping Aggregator for Web Clients"
+ 1
- 1
src/Services/Basket/Basket.API/appsettings.json
View File
@ -36,7 +36,7 @@
}
,
"Identity"
:
{
"Audience"
:
"basket"
,
"Url"
:
"http://localhost:5
105
"
,
"Url"
:
"http://localhost:5
223
"
,
"Scopes"
:
{
"basket"
:
"Basket API"
}
+ 1
- 1
src/Services/Ordering/Ordering.API/appsettings.json
View File
@ -42,7 +42,7 @@
"InstrumentationKey"
:
""
}
,
"Identity"
:
{
"Url"
:
"http://localhost:5
105
"
,
"Url"
:
"http://localhost:5
223
"
,
"Audience"
:
"orders"
,
"Scopes"
:
{
"orders"
:
"Ordering API"
+ 1
- 1
src/Services/Ordering/Ordering.SignalrHub/appsettings.json
View File
@ -7,7 +7,7 @@
}
,
"Identity"
:
{
"Audience"
:
"orders.signalrhub"
,
"Url"
:
"http://localhost:5
105
"
"Url"
:
"http://localhost:5
223
"
}
,
"EventBus"
:
{
"SubscriptionClientName"
:
"Ordering.signalrhub"
,
+ 1
- 1
src/Services/Payment/Payment.API/Properties/launchSettings.json
View File
@ -2,7 +2,7 @@
"profiles"
:
{
"Payment.API"
:
{
"commandName"
:
"Project"
,
"launchBrowser"
:
tru
e
,
"launchBrowser"
:
fals
e
,
"applicationUrl"
:
"http://localhost:5226"
,
"environmentVariables"
:
{
"ASPNETCORE_ENVIRONMENT"
:
"Development"
+ 1
- 1
src/Services/Webhooks/Webhooks.API/appsettings.json
View File
@ -31,7 +31,7 @@
"InstrumentationKey"
:
""
}
,
"Identity"
:
{
"Url"
:
"http://localhost:5
105
"
,
"Url"
:
"http://localhost:5
223
"
,
"Audience"
:
"webhooks"
,
"Scopes"
:
{
"webhooks"
:
"Webhooks API"
Write
Preview
Loading…
Cancel
Save