applications-tracker/api/application.properties
2024-11-21 12:19:43 +00:00

13 lines
506 B
Properties

spring.datasource.driver-class-name=org.postgresql.Driver
spring.datasource.url=jdbc:postgresql://kronos.home:5432/applications
spring.datasource.username=applications
spring.datasource.password=applications
spring-boot.run.jvmArguments=-Duser.timezone=UTC
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
# Disable the trace on the error responses
server.error.include-stacktrace=never
# spring.sql.init.schema-locations=classpath:schema.sql
# spring.sql.init.mode=always