chatbot/Chatbot.Api/appsettings.json

19 lines
364 B
JSON
Raw Normal View History

2020-06-06 16:07:32 +03:00
{
2020-06-06 18:29:20 +03:00
"urls": "http://*:5061",
"ConnectionStrings": {
"DatabaseConnection": "***REMOVED***"
},
2020-06-06 16:07:32 +03:00
"Logging": {
"LogLevel": {
2020-06-07 14:32:46 +03:00
"Default": "Debug",
2020-06-06 16:07:32 +03:00
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
2020-06-06 18:29:20 +03:00
"AllowedHosts": "*",
"Credentials": {
"UserName": "***REMOVED***",
"Password": "***REMOVED***"
}
2020-06-06 16:07:32 +03:00
}