applications-tracker/api/application.properties

13 lines
506 B
Properties
Raw Permalink Normal View History

2024-09-11 18:11:44 +01:00
spring.datasource.driver-class-name=org.postgresql.Driver
2024-10-04 22:03:37 +01:00
spring.datasource.url=jdbc:postgresql://kronos.home:5432/applications
2024-09-11 18:11:44 +01:00
spring.datasource.username=applications
spring.datasource.password=applications
2024-11-21 12:19:43 +00:00
spring-boot.run.jvmArguments=-Duser.timezone=UTC
2024-10-04 22:03:37 +01:00
spring.jpa.properties.hibernate.dialect=org.hibernate.dialect.PostgreSQLDialect
2024-09-11 18:11:44 +01:00
# Disable the trace on the error responses
server.error.include-stacktrace=never
2024-09-11 18:11:44 +01:00
# spring.sql.init.schema-locations=classpath:schema.sql
# spring.sql.init.mode=always