aboutsummaryrefslogtreecommitdiff
path: root/releases/4.0.8-SNAPSHOT/cfg
diff options
context:
space:
mode:
Diffstat (limited to 'releases/4.0.8-SNAPSHOT/cfg')
-rw-r--r--releases/4.0.8-SNAPSHOT/cfg/defaultConfig.zipbin1220784 -> 0 bytes
-rw-r--r--releases/4.0.8-SNAPSHOT/cfg/pdf-as-web.properties74
2 files changed, 0 insertions, 74 deletions
diff --git a/releases/4.0.8-SNAPSHOT/cfg/defaultConfig.zip b/releases/4.0.8-SNAPSHOT/cfg/defaultConfig.zip
deleted file mode 100644
index 820c4926..00000000
--- a/releases/4.0.8-SNAPSHOT/cfg/defaultConfig.zip
+++ /dev/null
Binary files differ
diff --git a/releases/4.0.8-SNAPSHOT/cfg/pdf-as-web.properties b/releases/4.0.8-SNAPSHOT/cfg/pdf-as-web.properties
deleted file mode 100644
index b06fb152..00000000
--- a/releases/4.0.8-SNAPSHOT/cfg/pdf-as-web.properties
+++ /dev/null
@@ -1,74 +0,0 @@
-
-pdfas.dir=conf/pdf-as
-
-error.showdetails=false
-
-bku.local.url=http://127.0.0.1:3495/http-security-layer-request
-
-#bku.online.url=http://www.example.com/bkuonline/http-security-layer-request
-
-bku.mobile.url=https://www.handy-signatur.at/mobile/https-security-layer-request/default.aspx
-
-# Allow configuration overwrite from external sources
-# use with care!
-allow.ext.overwrite=false
-
-# White list entries for properties, that can be overwritten,
-# by external components
-ext.overwrite.wl.1=^$
-
-ks.enabled=false
-ks.file=test.p12
-ks.type=PKCS12
-ks.pass=123456
-ks.key.alias=ecc_test
-ks.key.pass=123456
-
-## KeyStore List
-# Entries are addressable via KeyIdentifier
-# Example Entry with address "test"
-ksl.test.enabled=true
-ksl.test.file=test1.p12
-ksl.test.type=PKCS12
-ksl.test.pass=123456
-ksl.test.key.alias=test1
-ksl.test.key.pass=123456
-
-## Moa List
-# Entries are addressable via KeyIdentifier
-# Example Entry with address "test"
-moal.test.enabled=true
-moal.test.url=http://localhost:8080/moa-spss/services/SignatureCreation
-moal.test.KeyIdentifier=KG_ECC_TEST
-moal.test.Certificate=KG_ECC_TEST.crt
-
-#Enable SOAP Service
-soap.sign.enabled=true
-
-whitelist.enabled=true
-# Matches everything
-whitelist.url.01=^.*$
-
-public.url=http://localhost:8080/pdf-as-web
-
-#Request Store
-# Default In Memory Store
-request.store=at.gv.egiz.pdfas.web.store.InMemoryRequestStore
-# DB Request Store for cluster
-#request.store=at.gv.egiz.pdfas.web.store.DBRequestStore
-
-# seconds Requests are kept in Database (default 600)
-#request.db.timeout=600
-
-#Hibernate Properties for DB Store
-
-#hibernate.props.hibernate.dialect=org.hibernate.dialect.MySQLDialect
-#hibernate.props.hibernate.connection.driver_class=com.mysql.jdbc.Driver
-#hibernate.props.hibernate.connection.url=jdbc:mysql://localhost/pdfasweb
-#hibernate.props.hibernate.connection.username=pdfasweb
-#hibernate.props.hibernate.connection.password=pdfasweb
-#hibernate.props.hibernate.connection.pool_size=5
-#hibernate.props.hibernate.connection.autocommit=false
-#hibernate.props.hibernate.show_sql=true
-#hibernate.props.hibernate.hbm2ddl.auto=update
-