Commit f7f60458004f8cec9ba953f7ecb03e977c4c53cf

Authored by Igor Kulikov
1 parent 7d7d5cbd

Merge with master

Showing 1 changed file with 2 additions and 1 deletions
... ... @@ -5,7 +5,8 @@ COAP_BIND_ADDRESS=0.0.0.0
5 5 COAP_BIND_PORT=5683
6 6
7 7 # type of database to use: sql[DEFAULT] or cassandra
8   -DATABASE_TYPE=sql
  8 +DATABASE_TS_TYPE=sql
  9 +DATABASE_ENTITIES_TYPE=sql
9 10 SQL_DATA_FOLDER=/usr/share/thingsboard/data/db
10 11
11 12 # cassandra db config
... ...