2021-04-02 17:28:07 +05:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
2021-09-23 14:36:05 +05:00
|
|
|
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True",
|
2021-09-20 10:33:15 +05:00
|
|
|
"ServerConnection": "Host=192.168.1.70;Database=postgres;Username=postgres;Password=q;Persist Security Info=True",
|
|
|
|
"LocalConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
|
2021-04-02 17:28:07 +05:00
|
|
|
},
|
|
|
|
"AllowedHosts": "*",
|
2021-05-25 11:57:55 +05:00
|
|
|
"Urls": "http://0.0.0.0:5000"
|
2021-04-02 17:28:07 +05:00
|
|
|
}
|