Skip to content
This repository was archived by the owner on May 16, 2023. It is now read-only.

Commit b8c278f

Browse files
authored
Cleanup Cloud Config File
2 parents 5c877fa + 2baa72d commit b8c278f

File tree

1 file changed

+9
-5
lines changed

1 file changed

+9
-5
lines changed

src/main/resources/application-cloud.yml

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ server:
2424
TLS_AES_128_CCM_SHA256
2525
key-store: ${SERVER_SSL_KEYSTORE}
2626
key-store-password: ${SERVER_SSL_KEYSTOREPASSWORD}
27-
trust-store: ${SERVER_SSL_TRUSTSTORE}
27+
trust-store: ${SERVER_SSL_TRUSTSTORE}
2828
trust-store-password: ${SERVER_SSL_TRUSTSTOREPASSWORD}
2929
cwa:
3030
dcc:
@@ -48,7 +48,11 @@ cwa:
4848
connection-close-workaround: ${CWA_DCC_SIGNINGAPISERVER_CONNECTIONCLOSEWORKAROUND:false}
4949
request:
5050
sizelimit: 10000
51-
entities:
52-
cleanup:
53-
days: 21
54-
rate: 1800000
51+
cleanup:
52+
entity: ${CWA_DCC_CLEANUP_ENTITY:180}
53+
rate: ${CWA_DCC_CLEANUP_RATE:60000}
54+
registration-token: ${CWA_DCC_CLEANUP_REGISTRATIONTOKEN:21}
55+
dcc-data: ${CWA_DCC_CLEANUP_DCCDATA:4}
56+
lab-id-claim:
57+
claims-per-partner: ${CWA_DCC_LABIDCLAIM_CLAIMSPERPARTNER:10000}
58+
maximum-age: ${CWA_DCC_LABIDCLAIM_MAXIMUMAGE:30}

0 commit comments

Comments
 (0)