dashboardjavacloudcoapiotiot-analyticsiot-platformiot-solutionskafkalwm2mmicroservicesmiddlewaremqttnettyplatformsnmpthingsboardvisualizationwebsocketswidgets
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
779 B
18 lines
779 B
database.ts.type=timescale
|
|
database.ts_latest.type=timescale
|
|
|
|
sql.ts_inserts_executor_type=fixed
|
|
sql.ts_inserts_fixed_thread_pool_size=10
|
|
|
|
spring.jpa.properties.hibernate.jdbc.lob.non_contextual_creation=true
|
|
spring.jpa.properties.hibernate.order_by.default_null_ordering=last
|
|
spring.jpa.properties.hibernate.jdbc.log.warnings=false
|
|
|
|
spring.jpa.show-sql=false
|
|
|
|
spring.jpa.hibernate.ddl-auto=none
|
|
spring.datasource.username=postgres
|
|
spring.datasource.password=postgres
|
|
spring.datasource.url=jdbc:tc:timescaledb:latest-pg12:///thingsboard?TC_DAEMON=true&TC_TMPFS=/testtmpfs:rw&?TC_INITFUNCTION=org.thingsboard.server.dao.TimescaleSqlInitializer::initDb
|
|
spring.datasource.driverClassName=org.testcontainers.jdbc.ContainerDatabaseDriver
|
|
spring.datasource.hikari.maximumPoolSize = 50
|
|
|