# oai system.admin.email=${OAI_ADMIN_EMAIL} system.name=${OAI_NAME} system.repo.identifier=${OAI_REPOSITORY_IDENTIFIER} system.repo.numOfRecords=200 # mail config com.k_int.svc.identity.email.from=peoplesnetwork@k-int.com ## auth com.k_int.svc.identity.email.auth.enable=true com.k_int.svc.identity.email.subject.auth=Deposit privilege request authorised com.k_int.svc.identity.email.body.auth=Your request to deposit has been authorised. ## deny com.k_int.svc.identity.email.deny.enable=true com.k_int.svc.identity.email.subject.deny=Deposit privilege request denied com.k_int.svc.identity.email.body.deny=Your request to deposit has been denied because\:\n # Repository links # Live CG system com.k_int.repository.url=${URL_REPOSITORY} com.k_int.dpp.media_upload.base=${DIR_MEDIA_LIBRARY} #Points to the base URL for media storage. Used when coupling mediaUploads with records. com.k_int.dpp.mediaStorageURL=${URL_MEDIA} # Image Directory # Live and test CG system com.k_int.image.localThumb.dir=${DIR_THUMBS} #URL pointing to the base for thumbnail storage. Used by ImageProcessingRepoImpl com.k_int.image.localThumb.URL=${URL_THUMBS} #Canned search # Live CG system canned.search.thumbnail.upload.dir=${DIR_UPLOAD} canned.search.thumbnail.base.rel.path=${URL_REPOSITORY} # Europeana validation / data transformation queues com.k-int.rules.europeana.eckcore.url=http://euinside.k-int.com/ECKCore2 # This is used for the batch identifier for conversion / validation as well as for the Provider in the EDM record com.k-int.rules.europeana.provider_identifier=${EUROPEANA_PROVIDER_IDENTIFER} com.k-int.rules.europeana.conversion.threads=1 com.k-int.rules.europeana.conversion.number_of_items_to_process_at_once=10 com.k-int.rules.europeana.push.threads=1 com.k-int.rules.europeana.push.number_of_items_to_process_at_once=1 com.k-int.rules.europeana.validation.threads=1 com.k-int.rules.europeana.validation.email.subject=Validation EMail Error com.k-int.rules.europeana.validation.number_of_items_to_process_at_once=10 # Valid values for validation.type are # monguz ... Use the monguz validator # semantika ... Use the semantika validator # mixed ... Alternate between the monguz and semantika validators com.k-int.rules.europeana.validation.type=monguz # These are values that are set in the EDM record, I have no idea what they should be set to, hopefully more information should be forthcoming com.k-int.rules.europeana.aggregation_baseurl=${EUROPEANA_AGGREGATION_BASEURL} com.k-int.rules.europeana.provided_cho_baseurl=${EUROPEANA_PROVIDED_CHO_BASEURL} # Development (Note: trailing / is important com.k-int.rules.europeana.validation.url.view.record=${EUROPEANA_VIEW_RECORD} # Settings for sending EMails com.k-int.mail.configuration.hostName=${MAIL_HOST} com.k-int.mail.configuration.port=25 com.k-int.mail.configuration.from=${EMAIL_FROM} # Settings for parsing the Europeana data sets com.k-int.rules.europeana.email.europeana.name.unknown=${EUROPEANA_NAME_UNKNOWN_EMAIL} com.k-int.rules.europeana.wskey=${EUROPEANA_WSKEY}