16 lines
346 B
JSON
16 lines
346 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Debug",
|
|
"System": "Information",
|
|
"Microsoft": "Information"
|
|
}
|
|
},
|
|
"App": {
|
|
"Environment": "Dev"
|
|
},
|
|
"ConnectionStrings": {
|
|
"OFBContext": "server=localhost;database=ofb2_test;user=ofbapi2_test;password=Look to the LORD and his strength seek his face always"
|
|
}
|
|
}
|