Add IdentityUrlExternal config in appsettings

This commit is contained in:
Miguel Veloso 2019-11-18 18:31:34 +00:00
parent 593be81bb0
commit 8734958e5e

View File

@ -8,9 +8,10 @@
}
},
"IdentityUrl": "http://localhost:5105",
"IdentityUrlExternal": "http://localhost:5105",
"ConnectionString": "127.0.0.1",
"isTest": "true",
"EventBusConnection": "localhost",
"SubscriptionClientName": "Basket",
"SuppressCheckForUnhandledSecurityMetadata":true
"SuppressCheckForUnhandledSecurityMetadata": true
}