Skip to content

Commit

Permalink
Update dependency Altinn.Common.PEP to v3 (#454)
Browse files Browse the repository at this point in the history
* Update dependency Altinn.Common.PEP to v3

* Update dependency Altinn.Common.PEP to v3

* trying to up number of db connections in test

* testing different notation

* setting max connections in setup script

* shorter idle time

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: acn-sbuad <[email protected]>
  • Loading branch information
renovate[bot] and acn-sbuad authored Feb 29, 2024
1 parent 4cc004b commit 76e00d9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Altinn.Notifications/Altinn.Notifications.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

<ItemGroup>
<PackageReference Include="Altinn.Common.AccessToken" Version="4.2.0" />
<PackageReference Include="Altinn.Common.PEP" Version="1.4.0" />
<PackageReference Include="Altinn.Common.PEP" Version="3.0.0" />
<PackageReference Include="FluentValidation" Version="11.9.0" />
<PackageReference Include="JWTCookieAuthentication" Version="4.0.1" />
<PackageReference Include="libphonenumber-csharp" Version="8.13.31" />
Expand Down
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
{
"PostgreSQLSettings": {
"EnableDBConnection": true,
"AdminConnectionString": "Host=localhost;Port=5432;Username=platform_notifications_admin;Password={0};Database=notificationsdb;Connection Idle Lifetime=60",
"ConnectionString": "Host=localhost;Port=5432;Username=platform_notifications;Password={0};Database=notificationsdb;Connection Idle Lifetime=60",
"AdminConnectionString": "Host=localhost;Port=5432;Username=platform_notifications_admin;Password={0};Database=notificationsdb;Connection Idle Lifetime=30",
"ConnectionString": "Host=localhost;Port=5432;Username=platform_notifications;Password={0};Database=notificationsdb;Connection Idle Lifetime=30",
"MigrationScriptPath": "../../../../src/Altinn.Notifications.Persistence/Migration",
"EnableDebug": false
},
Expand Down

0 comments on commit 76e00d9

Please sign in to comment.