Skip to content

Commit

Permalink
Merge branch 'bugfix/#1706-cronjobconfiguration-property-of-s3-integr…
Browse files Browse the repository at this point in the history
…ation-mismatch' of https://github.com/it-at-m/digiwf-core into bugfix/#1706-cronjobconfiguration-property-of-s3-integration-mismatch
  • Loading branch information
lehju committed Jul 3, 2024
2 parents dd0f3e7 + d473ca0 commit f6a3e3d
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,13 +69,13 @@ digiwf:
client-id: ${SSO_S3_CLIENT_ID}
client-secret: ${SSO_S3_CLIENT_SECRET}
s3:
bucketname: ${S3_BUCKETNAME}
accesskey: ${S3_ACCESSKEY}
bucket-name: ${S3_BUCKETNAME}
access-key: ${S3_ACCESSKEY}
url: ${S3_URL:http://localhost:9000}
secretkey: ${S3_SECRETKEY}
proxyUrl: "${S3_PROXY_HOST}:${S3_PROXY_PORT}"
secret-key: ${S3_SECRETKEY}
proxy-url: "${S3_PROXY_HOST}:${S3_PROXY_PORT}"
cronjob:
cleanup:
unused-files: 0 15 10 16 * ?
expired-files: 0 15 10 15 * ?
proxyEnabled: 'false'
proxy-enabled: 'false'

0 comments on commit f6a3e3d

Please sign in to comment.