39 lines
No EOL
1.6 KiB
Properties
39 lines
No EOL
1.6 KiB
Properties
application.title=FLEXinale as Distributed Services, Test
|
|
application.version=test
|
|
spring.banner.location=classpath:/flexinale-banner.txt
|
|
|
|
#########################################################################
|
|
# For endpoint /version
|
|
#########################################################################
|
|
build.version=@pom.version@
|
|
build.date=@maven.build.timestamp@
|
|
|
|
#########################################################################
|
|
# Persistence
|
|
#########################################################################
|
|
spring.datasource.url=jdbc:postgresql://127.0.0.1:5432/distributed-test
|
|
spring.datasource.name=flexinale
|
|
spring.datasource.username=flexinale
|
|
spring.datasource.password=flexinale
|
|
spring.datasource.driver-class-name=org.postgresql.Driver
|
|
spring.jpa.database=postgresql
|
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect
|
|
spring.jpa.generate-ddl=true
|
|
# spring.jpa.show-sql=true
|
|
spring.jpa.hibernate.ddl-auto=create
|
|
server.port=9093
|
|
|
|
#########################################################################
|
|
# Web
|
|
#########################################################################
|
|
spring.thymeleaf.prefix=classpath:/templates/
|
|
spring.thymeleaf.suffix=.html
|
|
server.error.path=/error
|
|
|
|
#########################################################################
|
|
# flexinale properties
|
|
#########################################################################
|
|
# Quote for online kontingent in percent
|
|
de.accso.flexinale.kontingent.quote.online=33
|
|
# time in minutes
|
|
de.accso.flexinale.vorfuehrung.min-zeit-zwischen-vorfuehrungen-in-minuten=30 |