добавил логики
All checks were successful
Create and publish a Docker image / Publish image (push) Successful in 1m48s
Create and publish a Docker image / Deploy image (push) Successful in 35s

This commit is contained in:
2023-12-23 12:06:50 +03:00
parent dba01cdcc6
commit 4ca6c0da9b
4 changed files with 385 additions and 32 deletions

View File

@ -7,7 +7,7 @@
}
},
"AllowedHosts": "*",
"ConnectionStrings": {
"DefaultConnection": "Host=localhost; Database=CyberBoomWellBeing; Username=postgres; Password=supper_password_123"
}
"CONNECTION_STRING": "Host=localhost; Database=CyberBoomWellBeing; Username=postgres; Password=supper_password_123"
}