Browse Source

Add IdentityUrlExternal config in appsettings

dotnet3-migration/reorganize-folders
Miguel Veloso 5 years ago
parent
commit
8734958e5e
1 changed files with 2 additions and 1 deletions
  1. +2
    -1
      src/Services/Basket/Basket.FunctionalTests/appsettings.json

+ 2
- 1
src/Services/Basket/Basket.FunctionalTests/appsettings.json 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
}

Loading…
Cancel
Save