26 lines
701 B
JSON
Raw Normal View History

{
"ConnectionString": "Server=tcp:127.0.0.1,5433;Database=Microsoft.eShopOnContainers.Services.IdentityDb;User Id=sa;Password=Pass@word;",
"IsClusterEnv": "False",
"MvcClient": "http://localhost:5100",
"SpaClient": "http://localhost:5104",
"XamarinCallback": "http://localhost:5105/xamarincallback",
"UseCustomizationData": false,
2016-11-24 15:31:33 +01:00
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Trace",
2016-11-24 15:31:33 +01:00
"System": "Information",
"Microsoft": "Information"
}
2017-10-11 16:26:44 +02:00
},
"ApplicationInsights": {
"InstrumentationKey": ""
},
"UseVault": false,
"Vault": {
"Name": "eshop",
"ClientId": "your-clien-id",
"ClientSecret": "your-client-secret"
2016-11-24 15:31:33 +01:00
}
}