simpleOaiCollectorService/src/main/resources/application.properties

22 lines
658 B
INI

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
oai2ftp.conf.ftp.server =
oai2ftp.conf.ftp.user = test
oai2ftp.conf.ftp.password = testPwd
oai2ftp.conf.ftp.basedir = /oai
oai2ftp.conf.ftp.secure = true
oai2ftp.conf.execution.expirationTime = 12