2016-12-17 14:41:16 +01:00
|
|
|
{
|
2017-09-08 12:12:49 +02:00
|
|
|
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;",
|
2017-06-08 17:45:07 +02:00
|
|
|
"IsClusterEnv": "False",
|
2016-12-17 14:41:16 +01:00
|
|
|
"MvcClient": "http://localhost:5100",
|
2016-12-07 13:57:31 +01:00
|
|
|
"SpaClient": "http://localhost:5104",
|
2017-06-08 17:45:07 +02:00
|
|
|
"XamarinCallback": "http://localhost:5105/xamarincallback",
|
2017-07-10 14:40:26 +02:00
|
|
|
"UseCustomizationData": false,
|
2019-02-18 11:06:46 +00:00
|
|
|
"Serilog": {
|
|
|
|
"SeqServerUrl": null,
|
|
|
|
"MinimumLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Override": {
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.eShopOnContainers": "Information",
|
|
|
|
"System": "Warning"
|
|
|
|
}
|
2016-11-24 15:31:33 +01:00
|
|
|
}
|
2017-10-11 16:26:44 +02:00
|
|
|
},
|
|
|
|
"ApplicationInsights": {
|
|
|
|
"InstrumentationKey": ""
|
2018-07-31 09:38:00 +02:00
|
|
|
},
|
|
|
|
"UseVault": false,
|
|
|
|
"Vault": {
|
|
|
|
"Name": "eshop",
|
|
|
|
"ClientId": "your-clien-id",
|
|
|
|
"ClientSecret": "your-client-secret"
|
2016-11-24 15:31:33 +01:00
|
|
|
}
|
|
|
|
}
|