|
|
|
@ -12,7 +12,7 @@ spring.jpa.properties.hibernate.jdbc.log.warnings=false |
|
|
|
spring.jpa.show-sql=false |
|
|
|
|
|
|
|
spring.jpa.hibernate.ddl-auto=none |
|
|
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect |
|
|
|
spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL10Dialect |
|
|
|
spring.datasource.username=postgres |
|
|
|
spring.datasource.password=postgres |
|
|
|
spring.datasource.url=jdbc:tc:postgresql:12.8:///thingsboard?TC_DAEMON=true&TC_TMPFS=/testtmpfs:rw&?TC_INITFUNCTION=org.thingsboard.server.dao.PostgreSqlInitializer::initDb |
|
|
|
@ -32,7 +32,7 @@ service.type=monolith |
|
|
|
#spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true |
|
|
|
#spring.jpa.show-sql=false |
|
|
|
#spring.jpa.hibernate.ddl-auto=none |
|
|
|
#spring.jpa.database-platform=org.hibernate.dialect.PostgreSQLDialect |
|
|
|
#spring.jpa.database-platform=org.hibernate.dialect.PostgreSQL10Dialect |
|
|
|
# |
|
|
|
#spring.datasource.username=postgres |
|
|
|
#spring.datasource.password=postgres |
|
|
|
|