32 lines
907 B
JSON
32 lines
907 B
JSON
{
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.OrderingDb;User Id=sa;Password=Pass@word;",
|
|
"IdentityUrl": "http://localhost:5105",
|
|
"UseCustomizationData": false,
|
|
"Serilog": {
|
|
"SeqServerUrl": null,
|
|
"LogstashgUrl": "http://elk-dev.northeurope.cloudapp.azure.com:8080",
|
|
"MinimumLevel": {
|
|
"Default": "Information",
|
|
"Override": {
|
|
"Microsoft": "Warning",
|
|
"Microsoft.eShopOnContainers": "Information",
|
|
"System": "Warning"
|
|
}
|
|
}
|
|
},
|
|
"AzureServiceBusEnabled": false,
|
|
"SubscriptionClientName": "Ordering",
|
|
"CheckUpdateTime": "30000",
|
|
"ApplicationInsights": {
|
|
"InstrumentationKey": ""
|
|
},
|
|
"EventBusRetryCount": 5,
|
|
"EventBusConnection": "localhost",
|
|
"UseVault": false,
|
|
"Vault": {
|
|
"Name": "eshop",
|
|
"ClientId": "your-clien-id",
|
|
"ClientSecret": "your-client-secret"
|
|
}
|
|
}
|