2021-04-02 17:28:07 +05:00
|
|
|
{
|
|
|
|
"Logging": {
|
|
|
|
"LogLevel": {
|
|
|
|
"Default": "Information",
|
|
|
|
"Microsoft": "Warning",
|
|
|
|
"Microsoft.Hosting.Lifetime": "Information"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"ConnectionStrings": {
|
2021-11-22 14:14:44 +05:00
|
|
|
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True",
|
2021-09-30 18:04:28 +05:00
|
|
|
"DebugConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True;Include Error Detail=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
|
|
|
},
|
2021-12-22 16:07:03 +05:00
|
|
|
"AllowedHosts": "*",
|
2021-12-23 18:07:00 +05:00
|
|
|
"Urls": "http://0.0.0.0:5000;https://0.0.0.0:5001" //,
|
|
|
|
// See https man: https://docs.microsoft.com/en-us/aspnet/core/fundamentals/servers/kestrel/endpoints?view=aspnetcore-6.0
|
|
|
|
//"Kestrel": {
|
|
|
|
// "Endpoints": {
|
|
|
|
// "Http": {
|
|
|
|
// "Url": "http://0.0.0.0:5000"
|
|
|
|
// },
|
|
|
|
// "Https": {
|
|
|
|
// "Url": "https://0.0.0.0:5001",
|
|
|
|
// "Certificate": {
|
|
|
|
// // use store
|
|
|
|
// "Subject": "localhost",
|
|
|
|
// "Store": "My",
|
|
|
|
// "Location": "CurrentUser",
|
|
|
|
// "AllowInvalid": true
|
|
|
|
|
|
|
|
// // use file
|
|
|
|
// "Path": "<path to .pem/.crt file>",
|
|
|
|
// "KeyPath": "<path to .key file>",
|
|
|
|
// "Password": "<certificate password>"
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
//}
|
2021-04-02 17:28:07 +05:00
|
|
|
}
|