forked from open-eid/SiGa
-
Notifications
You must be signed in to change notification settings - Fork 0
/
application.properties
41 lines (37 loc) · 1.71 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
siga.ignite.configuration-location=ignite-configuration.xml
siga.dd4j.configuration-location=digidoc4j.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=classpath:siva_truststore.p12
siga.siva.trust-store-password=changeIt
siga.midrest.allowed-countries = EE, LT
siga.midrest.url=https://tsp.demo.sk.ee/mid-api
siga.midrest.truststore-path = classpath: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
spring.liquibase.enabled=true
spring.liquibase.change-log=classpath:db/changelog/db.changelog-master-dev.yaml
spring.datasource.continue-on-error=false
spring.datasource.platform=h2
spring.datasource.driver-class-name=org.h2.Driver
spring.datasource.url=jdbc:h2:mem:db;DB_CLOSE_DELAY=-1;MODE=LEGACY
spring.datasource.username=sa
spring.datasource.password=
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.truststore-path = classpath:sid_truststore.p12
siga.sid.truststore-password = changeIt
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
spring.cloud.discovery.client.composite-indicator.enabled=false