#[default] ####################################################### # BEGIN COMMON CONFIGURATION SECTION ####################################################### is.host = 146.48.87.214 a2.service.host = 146.48.87.215 a2.service.port = 8180 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 = true #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 = 8007 is.pr.service.port = 8001 is.rs.service.port = 8003 is.sn.service.port = 8000 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}/SOAP/IS_LookUp is.pr.service.location = http://${is.pr.service.host}:${is.pr.service.port}/SOAP/IS_Registry is.rs.service.location = http://${is.rs.service.host}:${is.rs.service.port}/SOAP/ResultSet is.sn.service.location = http://${is.sn.service.host}:${is.sn.service.port}/SOAP/IS_SN #external ip allowed to use administration servlet admin.external.ip.allowed = 195.134.66.124