simpleOaiCollectorService/src/main/resources/application.properties

20 lines
614 B
Properties
Raw Normal View History

2023-05-25 13:21:42 +02:00
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
2023-05-25 14:44:19 +02:00
2023-05-26 13:52:31 +02:00
oai2ftp.conf.storage.url = file:///tmp/test_oai
oai2ftp.conf.storage.user =
oai2ftp.conf.storage.password =
2023-05-25 15:25:09 +02:00
oai2ftp.conf.execution.expirationTime = 12