# Local development database # Copy this file to application-local.properties and adjust as needed. # Start with: ./mvnw spring-boot:run -Dspring-boot.run.profiles=local spring.datasource.url=jdbc:postgresql://localhost:5432/fete spring.datasource.username=fete spring.datasource.password=fete