|
@ -1,26 +0,0 @@ |
|
|
{ |
|
|
|
|
|
"Logging": { |
|
|
|
|
|
"IncludeScopes": false, |
|
|
|
|
|
"LogLevel": { |
|
|
|
|
|
"Default": "Trace" |
|
|
|
|
|
} |
|
|
|
|
|
}, |
|
|
|
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word", |
|
|
|
|
|
"MongoConnectionString": "mongodb://nosql.data", |
|
|
|
|
|
"MongoDatabase": "MarketingDb", |
|
|
|
|
|
"IdentityUrl": "https://localhost:4105", |
|
|
|
|
|
"PicBaseUrl": "http://localhost:5110/api/v1/campaigns/[0]/pic/", |
|
|
|
|
|
"AzureServiceBusEnabled": false, |
|
|
|
|
|
"SubscriptionClientName": "Marketing", |
|
|
|
|
|
"AzureStorageEnabled": false, |
|
|
|
|
|
"ApplicationInsights": { |
|
|
|
|
|
"InstrumentationKey": "" |
|
|
|
|
|
}, |
|
|
|
|
|
"EventBusRetryCount": 5, |
|
|
|
|
|
"UseVault": false, |
|
|
|
|
|
"Vault": { |
|
|
|
|
|
"Name": "eshop", |
|
|
|
|
|
"ClientId": "your-clien-id", |
|
|
|
|
|
"ClientSecret": "your-client-secret" |
|
|
|
|
|
} |
|
|
|
|
|
} |
|
|
|