#[default] ####################################################### # BEGIN COMMON CONFIGURATION SECTION ####################################################### is.host = 127.0.0.1 #set temporarily to be visible outside 88.156.223.164 in order to receive notifications a2.service.host = 88.156.223.164 a2.service.port = 8080 a2.service.context = icm-enabling-aas-latest service.base.address = http://${a2.service.host}:${a2.service.port}/${a2.service.context} ####################################################### # END COMMON CONFIGURATION SECTION ####################################################### #keys generation security.keysize = 512 security.encAlgorithm = RSA security.transformation = RSA/NONE/PKCS1PADDING #attribute finder properties (should be set to false) attr.recursiveSearch = false #secCtxId is sent within SOAP header but can be also sent as HTTP header secCtxId.http.header = true #ISSN subscription issn.consumer.reference.url = ${service.base.address}/A2Service issn.consumer.reference.wsdl = ${issn.consumer.reference.url}?wsdl issn.checking.producers = false #ip address instead of host name needs to be provided issn.checking.location = http://${is.sn.service.host}:${is.sn.service.port}/SOAP/IS_SN #IS services locations is.lu.service.port = 8090 is.pr.service.port = 8090 is.rs.service.port = 8090 is.sn.service.port = 8090 is.lu.service.host = ${is.host} is.pr.service.host = ${is.host} is.rs.service.host = ${is.host} is.sn.service.host = ${is.host} is.lu.service.location = http://${is.lu.service.host}:${is.lu.service.port}/app/services/isLookUp is.pr.service.location = http://${is.pr.service.host}:${is.pr.service.port}/app/services/isRegistry is.rs.service.location = http://${is.rs.service.host}:${is.rs.service.port}/app/services/resultSet is.sn.service.location = http://${is.sn.service.host}:${is.sn.service.port}/app/services/isSN #external ip allowed to use administration servlet admin.external.ip.allowed = 88.156.223.164