|
|
@ -1,12 +1,11 @@ |
|
|
|
{ |
|
|
|
"AzureServiceBusEnabled": false, |
|
|
|
"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", |
|
|
|
"EventBusConnection": "localhost", |
|
|
|
"IdentityUrl": "http://localhost:5105", |
|
|
|
"isTest": "true", |
|
|
|
"EventBusConnection": "localhost", |
|
|
|
"AzureServiceBusEnabled": false, |
|
|
|
"SubscriptionClientName": "Marketing", |
|
|
|
"MongoConnectionString": "mongodb://localhost:27017", |
|
|
|
"MongoDatabase": "MarketingDb", |
|
|
|
"PicBaseUrl": "http://localhost:5110/api/v1/campaigns/[0]/pic/", |
|
|
|
"SubscriptionClientName": "Marketing" |
|
|
|
} |