Home4/application.properties
2024-11-19 16:12:43 +01:00

9 lines
275 B
Properties

logging.level.de.ph87.home.tvheadend.TvheadendService=DEBUG
#-
spring.datasource.url=jdbc:h2:./database;AUTO_SERVER=TRUE
spring.datasource.driverClassName=org.h2.Driver
spring.datasource.username=sa
spring.datasource.password=password
#-
spring.jpa.hibernate.ddl-auto=create