2017-10-11 16:26:44 +02:00
|
|
|
{
|
2017-06-01 10:10:00 +02:00
|
|
|
"Logging": {
|
|
|
|
"IncludeScopes": false,
|
|
|
|
"LogLevel": {
|
2017-11-08 16:28:12 +01:00
|
|
|
"Default": "Trace"
|
2017-06-01 10:10:00 +02:00
|
|
|
}
|
|
|
|
},
|
2017-07-11 12:43:06 +02:00
|
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Initial Catalog=Microsoft.eShopOnContainers.Services.MarketingDb;User Id=sa;Password=Pass@word",
|
2017-06-13 17:31:37 +02:00
|
|
|
"MongoConnectionString": "mongodb://nosql.data",
|
|
|
|
"MongoDatabase": "MarketingDb",
|
2017-06-16 01:20:03 +02:00
|
|
|
"IdentityUrl": "http://localhost:5105",
|
2017-07-11 12:43:06 +02:00
|
|
|
"PicBaseUrl": "http://localhost:5110/api/v1/campaigns/[0]/pic/",
|
2017-07-07 11:56:57 +02:00
|
|
|
"AzureServiceBusEnabled": false,
|
2017-06-30 16:31:22 +02:00
|
|
|
"SubscriptionClientName": "Marketing",
|
2017-10-11 16:26:44 +02:00
|
|
|
"AzureStorageEnabled": false,
|
|
|
|
"ApplicationInsights": {
|
|
|
|
"InstrumentationKey": ""
|
2017-10-12 09:25:01 +01:00
|
|
|
},
|
2018-07-31 09:38:00 +02:00
|
|
|
"EventBusRetryCount": 5,
|
|
|
|
"UseVault": false,
|
|
|
|
"Vault": {
|
|
|
|
"Name": "eshop",
|
|
|
|
"ClientId": "your-clien-id",
|
|
|
|
"ClientSecret": "your-client-secret"
|
|
|
|
}
|
2017-10-11 16:26:44 +02:00
|
|
|
}
|