We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 593be81 commit 8734958Copy full SHA for 8734958
1 file changed
src/Services/Basket/Basket.FunctionalTests/appsettings.json
@@ -8,9 +8,10 @@
8
}
9
},
10
"IdentityUrl": "http://localhost:5105",
11
+ "IdentityUrlExternal": "http://localhost:5105",
12
"ConnectionString": "127.0.0.1",
13
"isTest": "true",
14
"EventBusConnection": "localhost",
15
"SubscriptionClientName": "Basket",
- "SuppressCheckForUnhandledSecurityMetadata":true
16
+ "SuppressCheckForUnhandledSecurityMetadata": true
17
0 commit comments