applications-tracker/api/application.properties.template

16 lines
552 B
Plaintext

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
mail.token.api="TODO"
mail.local.user="TODO"
# 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