Files
feedreader-web/src/main/resources/application.properties
2024-02-08 17:21:44 +01:00

14 lines
372 B
INI

server.port=8081
spring.thymeleaf.cache=false
spring.thymeleaf.enabled=true
spring.thymeleaf.prefix=classpath:/templates/
spring.thymeleaf.suffix=.html
spring.application.name=Feed Reader
spring.datasource.driver-class-name=org.mariadb.jdbc.Driver
spring.datasource.url=jdbc:mariadb://eta:3306/feeds
spring.datasource.username=feeds
spring.datasource.password=fems1211