simpleOaiCollectorService/src/main/resources/application.properties

22 lines
727 B
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.username=
spring.datasource.password=
spring.jpa.show-sql=true
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, ftp and ftps
# oai2ftp.conf.storage.url = file:///tmp/test_oai
oai2ftp.conf.storage.url = ftp://localhost/oai_dumps
oai2ftp.conf.storage.user = test
oai2ftp.conf.storage.password = testPwd
oai2ftp.conf.execution.expirationTime = 12