-
Notifications
You must be signed in to change notification settings - Fork 12
/
application.properties
59 lines (58 loc) · 2.67 KB
/
application.properties
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
server.ssl.enabled=true
server.ssl.key-store-type=PKCS12
server.ssl.key-store=file:/etc/siga/siga.localhost.keystore.p12
server.ssl.key-store-password=changeit
server.shutdown=graceful
# Disable /error endpoint mapping and logging
spring.autoconfigure.exclude=org.springframework.boot.autoconfigure.web.servlet.error.ErrorMvcAutoConfiguration
spring.lifecycle.timeout-per-shutdown-phase=330s
spring.task.execution.shutdown.await-termination-period=300s
spring.task.execution.shutdown.await-termination=true
spring.task.execution.pool.core-size=128
spring.task.execution.pool.max-size=256
spring.task.execution.pool.queue-capacity=128
spring.profiles.active=digidoc4jTest,datafileContainer,smartId,mobileId
spring.sql.init.platform=postgresql
spring.sql.init.continue-on-error=false
spring.liquibase.enabled=true
spring.liquibase.change-log=classpath:db/changelog/db.changelog-master-dev.yaml
spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://siga-db:5432/siga_db
spring.datasource.username=sa
spring.datasource.password=
spring.cloud.discovery.client.composite-indicator.enabled=false
logging.config=file:/etc/siga/logback.xml
management.endpoints.web.exposure.include=health,heartbeat,version
management.endpoint.health.show-details=ALWAYS
management.health.defaults.enabled=false
management.health.db.enabled=true
management.endpoint.heartbeat.enabled=true
management.endpoint.heartbeat.cache.time-to-live=10s
management.endpoint.version.enabled=true
siga.ignite.configuration-location=file:/etc/siga/ignite-configuration.xml
siga.dd4j.configuration-location=digidoc4j-test.yaml
siga.dd4j.tsl-refresh-job-cron=0 0 3 * * *
siga.ignite.application-cache-version=v1
siga.siva.url=https://siva-demo.eesti.ee/V3
siga.siva.trust-store=file:/etc/siga/siva.truststore.p12
siga.siva.trust-store-password=changeit
siga.siva.connection-timeout=PT20S
siga.siva.write-timeout=PT20S
siga.siva.read-timeout=PT20S
siga.siva.max-in-memory-size=10MB
siga.midrest.allowed-countries = EE, LT
siga.midrest.url=https://tsp.demo.sk.ee/mid-api
siga.midrest.status-polling-delay=0
siga.midrest.truststore-path = file:/etc/siga/mid.truststore.p12
siga.midrest.truststore-password = changeit
siga.security.jasypt.encryption-algo=PBEWITHSHA-256AND256BITAES-CBC-BC
siga.security.jasypt.encryption-key=encryptorKey
siga.security.hmac.expiration=60
siga.security.hmac.clock-skew=10
siga.sid.allowedCountries = EE, LT, LV
siga.sid.url=https://sid.demo.sk.ee/smart-id-rp/v2/
siga.sid.interaction-type = DISPLAY_TEXT_AND_PIN
siga.sid.session-status-response-socket-open-time=1000
siga.sid.status-polling-delay=0
siga.sid.truststore-path = file:/etc/siga/sid.truststore.p12
siga.sid.truststore-password = changeit