simpleOaiCollectorService/src/main/resources/application.properties

37 lines
1.2 KiB
Properties

swagger.public_url = http://localhost:8080
swagger.public_desc = OAI to FTP (DEV)
swagger.api_title = Oai2Ftp
swagger.api_desc = API Documentation
swagger.api_version = 0.0.1
#spring.datasource.url=jdbc:h2:mem:
spring.datasource.url=jdbc:h2:file:/tmp/oai_dumps_db
spring.datasource.username=
spring.datasource.password=
spring.jpa.show-sql=false
spring.jpa.hibernate.ddl-auto=update
spring.jpa.properties.hibernate.format_sql=true
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.H2Dialect
# supported protocols: file, zip, ftp and ftps
#oai.conf.storage.basePath = file:///tmp/test_oai
oai.conf.storage.basePath = zip:///tmp/test_oai
#oai.conf.storage.basePath = ftp://localhost/oai_dumps
oai.conf.storage.user = test
oai.conf.storage.password = testPwd
oai.conf.public.basePath = http://localhost:8080/download
oai.conf.execution.duration.hours = 72
oai.conf.maxRecords = 1000
oai.conf.enable.export.api = true
oai.conf.notification.sender.name = OAI Collector Service
oai.conf.notification.sender.email = noreply@openaire.eu
oai.conf.notification.smtp.host = localhost
oai.conf.notification.smtp.host = 587
oai.conf.notification.smtp.user =
oai.conf.notification.smtp.password =