feature/#524-pipline #15

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

View File

@ -24,7 +24,7 @@ jobs:
--health-retries 5
ports:
# Maps tcp port 5432 on service container to the host
- 5432:5432
- 5442:5432
steps:
- name: Setup dotnet

View File

@ -1,7 +1,7 @@
{
"DbConnection": {
"Host": "127.0.0.1",
"Port": 5432,
"Port": 5442,
"Username": "postgres",
"Password": "postgres"
},

View File

@ -6,7 +6,7 @@
}
},
"ConnectionStrings": {
"DefaultConnection": "Host=127.0.0.1;Port=5432;Database=persistence;Username=postgres;Password=postgres;Persist Security Info=True"
"DefaultConnection": "Host=127.0.0.1;Port=5442;Database=persistence;Username=postgres;Password=postgres;Persist Security Info=True"
},
"AllowedHosts": "*",
"NeedUseKeyCloak": false,