comparison config.tj.example @ 633:bc87660aa400

tj: Add max items as configurable setting.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 16 Feb 2021 12:26:40 +0200
parents 62cf145b67f8
children c11ee9fea4b8
comparison
equal deleted inserted replaced
632:68b8cf87e86e 633:bc87660aa400
32 ### 32 ###
33 ### Settings 33 ### Settings
34 ### 34 ###
35 # SQLite3 database 35 # SQLite3 database
36 set tj_db_file "tj.sqlite" 36 set tj_db_file "tj.sqlite"
37
38
39 set tj_max_items 5
37 40
38 41
39 # Default time (hh:mm) when not specified 42 # Default time (hh:mm) when not specified
40 set tj_default_time "12:00" 43 set tj_default_time "12:00"
41 44