Skip to content

Commit d9565d6

Browse files
authored
Merge pull request #1960 from Andry925/docs/change-data-file-path-sqlite-storage
Changed data file path for sqlite storage
2 parents cef25e4 + 5a6e75d commit d9565d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

thingsboard_gateway/config/tb_gateway.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"max_file_count": 10,
4848
"max_read_records_count": 10,
4949
"max_records_per_file": 10000,
50-
"data_file_path": "./data/data.db",
50+
"data_file_path": "./data/",
5151
"messages_ttl_check_in_hours": 1,
5252
"messages_ttl_in_days": 7
5353
},

0 commit comments

Comments
 (0)