ofbapi/OFBButte.Api/appsettings.Development.json

16 lines
307 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Debug",
"System": "Information",
"Microsoft": "Information"
}
},
"App": {
"Environment": "Dev"
},
"ConnectionStrings": {
"OFBContext": "server=localhost;database=ofbtest;user=ofbapi;password=87hjdusiodksyeunsjkdis7"
}
}