Browse Source

Add new environment variables values to appsettings

pull/223/head
Christian Arenas 7 years ago
parent
commit
4ba9d66423
1 changed files with 4 additions and 1 deletions
  1. +4
    -1
      test/Services/IntegrationTests/Services/Marketing/appsettings.json

+ 4
- 1
test/Services/IntegrationTests/Services/Marketing/appsettings.json View File

@ -1,5 +1,8 @@
{
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word",
"MongoConnectionString": "mongodb://localhost:27017",
"MongoDatabase": "MarketingDb",
"IdentityUrl": "http://localhost:5105",
"isTest": "true"
"isTest": "true",
"EventBusConnection": "localhost"
}

Loading…
Cancel
Save