DD.WellWorkover.Cloud/AsbCloudWebApi/appsettings.json
2021-04-02 17:28:07 +05:00

15 lines
409 B
JSON

{
"Logging": {
"LogLevel": {
"Default": "Information",
"Microsoft": "Warning",
"Microsoft.Hosting.Lifetime": "Information"
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=localhost;Database=postgres;Username=postgres;Password=q;Persist Security Info=True"
},
"AllowedHosts": "*",
"Urls": "https://localhost:5001;http://localhost:5000" //http://0.0.0.0:5000;
}