18 lines
342 B
JSON
18 lines
342 B
JSON
{
|
|
"Logging": {
|
|
"LogLevel": {
|
|
"Default": "Information",
|
|
"Microsoft": "Warning",
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
}
|
|
},
|
|
"AllowedHosts": "*",
|
|
"App": {
|
|
"Environment": "Local",
|
|
"MissionaryEmailAddress": "admin@oldfashionbaptistbutte.com"
|
|
},
|
|
"ConnectionStrings": {
|
|
"OFBContext": ""
|
|
}
|
|
}
|