Skip to content

Commit

Permalink
chore(model): Add new PostgreSQL connection params to reference.yml
Browse files Browse the repository at this point in the history
Add the parameter which have been recently added by 5b64b6c to the
reference config file. Use the default values from [1] as default
values.

[1]: https://github.com/brettwooldridge/HikariCP#frequently-used

Signed-off-by: Frank Viernau <frank_viernau@epam.com>
  • Loading branch information
fviernau committed Apr 22, 2024
1 parent eb47587 commit 47daa3f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions model/src/main/resources/reference.yml
Original file line number Diff line number Diff line change
Expand Up @@ -191,6 +191,12 @@ ort:
sslcert: /defaultdir/postgresql.crt
sslkey: /defaultdir/postgresql.pk8
sslrootcert: /defaultdir/root.crt
connectionTimeout: 30000
idleTimeout: 600000
keepaliveTime: 0
maxLifetime: 1800000
maximumPoolSize: 10
minimumIdle: 600000

createMissingArchives: false

Expand All @@ -216,6 +222,12 @@ ort:
sslcert: /defaultdir/postgresql.crt
sslkey: /defaultdir/postgresql.pk8
sslrootcert: /defaultdir/root.crt
connectionTimeout: 30000
idleTimeout: 600000
keepaliveTime: 0
maxLifetime: 1800000
maximumPoolSize: 10
minimumIdle: 600000

config:
# A map from scanner plugin types to the plugin configuration.
Expand Down Expand Up @@ -308,6 +320,12 @@ ort:
sslcert: /defaultdir/postgresql.crt
sslkey: /defaultdir/postgresql.pk8
sslrootcert: /defaultdir/root.crt
connectionTimeout: 30000
idleTimeout: 600000
keepaliveTime: 0
maxLifetime: 1800000
maximumPoolSize: 10
minimumIdle: 600000
type: PROVENANCE_BASED

sw360Configuration:
Expand Down Expand Up @@ -343,6 +361,12 @@ ort:
sslcert: /defaultdir/postgresql.crt
sslkey: /defaultdir/postgresql.pk8
sslrootcert: /defaultdir/root.crt
connectionTimeout: 30000
idleTimeout: 600000
keepaliveTime: 0
maxLifetime: 1800000
maximumPoolSize: 10
minimumIdle: 600000

reporter:
config:
Expand Down

0 comments on commit 47daa3f

Please sign in to comment.