sql-test.properties 234 Bytes Raw Blame History Permalink 1 2 3 4 5 6 7 8 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