source: PostgreSqlDotnetCore/appsettings.json@ d6040ef

main
Last change on this file since d6040ef was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
File size: 376 bytes
Line 
1{
2 "ConnectionStrings": {
3 "DefaultConnection": "User ID=db_202324z_va_prj_vetcareconnect_owner;Password=79424061a9b1;Server=localhost;Port=9999;Database=db_202324z_va_prj_vetcareconnect;Integrated Security=true;Pooling=true;"
4 },
5 "Logging": {
6 "LogLevel": {
7 "Default": "Information",
8 "Microsoft.AspNetCore": "Warning"
9 }
10 },
11 "AllowedHosts": "*"
12}
Note: See TracBrowser for help on using the repository browser.