feature/#524-pipline #15

Merged
on.nemtina merged 85 commits from feature/#524-pipline into master 2024-12-23 16:39:46 +05:00
2 changed files with 1 additions and 2 deletions
Showing only changes of commit d47bc8accc - Show all commits

View File

@ -14,7 +14,6 @@ jobs:
image: postgres image: postgres
# Provide the password for postgres # Provide the password for postgres
env: env:
POSTGRES_HOST: localhost
POSTGRES_USER: postgres POSTGRES_USER: postgres
POSTGRES_PASSWORD: postgres POSTGRES_PASSWORD: postgres
# Set health checks to wait until postgres has started # Set health checks to wait until postgres has started

View File

@ -1,6 +1,6 @@
{ {
"DbConnection": { "DbConnection": {
"Host": "localhost", "Host": "postgres",
"Port": 5442, "Port": 5442,
"Username": "postgres", "Username": "postgres",
"Password": "postgres" "Password": "postgres"