BootstrapAdmin/Bootstrap.Client/appsettings.Development.json

25 lines
556 B
JSON

{
"Logging": {
"IncludeScopes": false,
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
},
"LgbFile": {
"IncludeScopes": true,
"LogLevel": {
"Default": "Error"
},
"FileName": "Error\\Log.log",
"MaxFileCount": 1
}
},
"ConnectionStrings": {
"ba": "Data Source=.;Initial Catalog=BootstrapAdmin;User ID=sa;Password=sa"
},
"AuthHost": "http://localhost:50852",
"AllowOrigins": "http://localhost:50852",
"KeyPath": "..\\keys"
}