ofbapi/OFBButte.Api/appsettings.json

17 lines
302 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft.AspNetCore": "Warning"
}
},
"AllowedHosts": "*",
"App": {
"Environment": "Local",
"MissionaryEmailAddress": "admin@oldfashionbaptistbutte.com"
},
"ConnectionStrings": {
"OFBContext": ""
}
}