Files
pcinv/src/main/resources/application.properties
Sebastiaan de Schaetzen ca47f8f8ab
Some checks failed
Build / build (push) Failing after 1m41s
Add ability to reflectively determine asset information
2025-06-05 21:17:17 +02:00

7 lines
211 B
INI

spring.application.name=pcinv
server.port=8088
spring.datasource.url=jdbc:postgresql://localhost:5432/pcinv
spring.datasource.username=pcinv
spring.datasource.password=pcinv
spring.jpa.hibernate.ddl-auto=update