diff --git a/src/main/resources/conf/production/server/dhx-application.properties b/src/main/resources/conf/production/server/dhx-application.properties index 498500f2..1ce857a3 100644 --- a/src/main/resources/conf/production/server/dhx-application.properties +++ b/src/main/resources/conf/production/server/dhx-application.properties @@ -27,11 +27,11 @@ dhx.marshall-context=ee.ria.dhx.types.ee.riik.schemas.deccontainer.vers_2_1:ee.r #soap.security-server-appender=/cgi-bin/consumer_proxy -soap.security-server=http://192.168.1.111 +soap.security-server=http://192.168.1.1 soap.xroad-instance=EE soap.member-class=COM soap.protocol-version=4.0 -soap.member-code=10560025 +soap.member-code=00000000 #prefix to search DHX adressees #dhx-subsystem-prefix=dhx @@ -53,9 +53,10 @@ soap.accepted-subsystems=DHX,DHX.subsystem #template representing how many times and with how bug timeouts document will be resent. -#for example 5,10,15 means that after first failed try application will wait 5 seconds and try again. -#If second attempt fails, then there will be 10 seconds timeout before third attempt and so on -dhx.document-resend-template=15,30,150 +#for example 120,900,3600 means that after first failed try application will wait 2 minutes (120 seconds) and try again. +#If second attempt fails, then there will be 15 minutes (900 seconds) timeout before third attempt and so on +dhx.document-resend-template=120,900,3600 + #frequency of the address renewal. cron expression address-renew-timeout=0 0 7 * * ? @@ -72,7 +73,7 @@ dhx.server.special-organisations=adit,kovtp,rt,eelnoud dhx.server.delete-old-documents=delete-all #frequency of document deleting job. cron expression -dhx.server.delete-old-documents-freq=0 */20 * * * ? +dhx.server.delete-old-documents-freq=0 0 6 * * ? #lifetime of the succesfully received document in days. #after that time document will be chosen for deleting if @@ -87,7 +88,7 @@ dhx.server.failed-document-lifetime=30 #job will find not sent documents and will start asyncronous sending, #but if asyncronous sending after timeout did not set the result, then try to send again. #in minutes. must be bigger than sum of the document-resend-template -dhx.resend.timeout=60 +dhx.resend.timeout=120 #documents will be saved in this folder and will be referenced in Document database table documents.folder=C:\\dhx_docs\\ @@ -106,4 +107,4 @@ spring.jpa.show-sql = true #spring.datasource.username=dhxadapter #spring.datasource.password=dhxadapter123 #spring.datasource.driver-class-name=oracle.jdbc.OracleDriver -#spring.datasource.type=oracle.jdbc.pool.OracleDataSource \ No newline at end of file +#spring.datasource.type=oracle.jdbc.pool.OracleDataSource