Files
allowance_planner_2000/backend-spring/src/main/resources/application.properties
Sebastiaan de Schaetzen e316d99453
All checks were successful
Backend Build and Test / build (push) Successful in 40s
Reformat code
2026-03-01 16:23:15 +01:00

9 lines
300 B
INI

spring.application.name=allowance-planner
spring.datasource.url=jdbc:postgresql://localhost:5432/allowance_planner
spring.datasource.username=postgres
spring.datasource.password=postgres
spring.jpa.hibernate.ddl-auto=validate
spring.jpa.open-in-view=false
spring.flyway.enabled=true
server.port=8080