You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
525 B

  1. {
  2. "ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word",
  3. "MongoConnectionString": "mongodb://localhost:27017",
  4. "MongoDatabase": "MarketingDb",
  5. "IdentityUrl": "http://localhost:5105",
  6. "isTest": "true",
  7. "EventBusConnection": "localhost",
  8. "AzureServiceBusEnabled": false,
  9. "SubscriptionClientName": "Marketing",
  10. "PicBaseUrl": "http://localhost:5110/api/v1/campaigns/[0]/pic/",
  11. "SubscriptionClientName": "Marketing"
  12. }