From 7aadb86776f828f13ac16c18c2e16b17e62f5d9e Mon Sep 17 00:00:00 2001 From: Andreas Fitzek Date: Wed, 14 Oct 2015 08:26:37 +0200 Subject: removed releases --- releases/4.0.8-SNAPSHOT/cfg/defaultConfig.zip | Bin 1220784 -> 0 bytes releases/4.0.8-SNAPSHOT/cfg/pdf-as-web.properties | 74 ---------------------- 2 files changed, 74 deletions(-) delete mode 100644 releases/4.0.8-SNAPSHOT/cfg/defaultConfig.zip delete mode 100644 releases/4.0.8-SNAPSHOT/cfg/pdf-as-web.properties (limited to 'releases/4.0.8-SNAPSHOT/cfg') 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 Binary files a/releases/4.0.8-SNAPSHOT/cfg/defaultConfig.zip and /dev/null 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 - -- cgit v1.2.3