sql-test.properties 234 Bytes
database.type=postgres

spring.jpa.show-sql=false
spring.jpa.hibernate.ddl-auto=validate

spring.datasource.url=jdbc:postgresql://localhost:5433/thingsboard-test
spring.datasource.username=postgres
spring.datasource.password=postgres