Skip to content

Commit 8734958

Browse files
committed
Add IdentityUrlExternal config in appsettings
1 parent 593be81 commit 8734958

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

src/Services/Basket/Basket.FunctionalTests/appsettings.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,10 @@
88
}
99
},
1010
"IdentityUrl": "http://localhost:5105",
11+
"IdentityUrlExternal": "http://localhost:5105",
1112
"ConnectionString": "127.0.0.1",
1213
"isTest": "true",
1314
"EventBusConnection": "localhost",
1415
"SubscriptionClientName": "Basket",
15-
"SuppressCheckForUnhandledSecurityMetadata":true
16+
"SuppressCheckForUnhandledSecurityMetadata": true
1617
}

0 commit comments

Comments
 (0)