Skip to content

Commit

Permalink
EPMRPP-87594 fix CVEs
Browse files Browse the repository at this point in the history
  • Loading branch information
grabsefx committed Nov 16, 2023
1 parent a4b5de2 commit cc03e76
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions src/main/resources/application.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,10 +53,10 @@ rp:
db:
url: jdbc:postgresql://${rp.db.host}:${rp.db.port}/${rp.db.name}
name: reportportal
host: localhost
host: postgres
port: 5432
user: rpuser
pass: rppass
user:
pass:
jwt:
signing-key:
token:
Expand Down Expand Up @@ -85,14 +85,18 @@ rp:
amqp:
addresses: amqp://${rp.amqp.user}:${rp.amqp.pass}@${rp.amqp.host}:${rp.amqp.port}
base-vhost: /
host: localhost
host: rabbitmq
port: 5672
user: rabbitmq
pass: rabbitmq
user:
pass:

datastore:
type: filesystem
path: ${java.io.tmpdir}${file.separator}reportportal${file.separator}datastore
endpoint: http://localhost:9000
accessKey: minio
secretKey: minio123
path: /data/storage
type: minio
endpoint: http://play.min.io
accessKey:
secretKey:
bucketPrefix: prj-
bucketPostfix:
defaultBucketName: rp-bucket
region: us-west-1

0 comments on commit cc03e76

Please sign in to comment.