source: stamper/etc/stamper.conf@ 67:4303a45e8a2f

Last change on this file since 67:4303a45e8a2f was 67:4303a45e8a2f, checked in by Borja Lopez <borja@…>, 6 years ago

Added a new config parameter, wants_seconds, that tells stamper if it should
show seconds in the reports or not. Defaults to False (do not show seconds)

File size: 364 bytes
Line 
1#
2# stamper.conf - Stamper configuration file
3#
4
5[stamps]
6path = ~/.workstamps.json
7date_format = %%Y-%%m-%%d
8time_format = %%H:%%M:%%S
9datetime_format = %%Y-%%m-%%d %%H:%%M
10wants_seconds = False
11
12[sum]
13hours_day = 8
14
15[charts]
16path = ~/.workstamps-charts
17
18[collector]
19base_url = http://localhost:8000
20login_path = /stamper/login/
21user = CHANGEME
22password = SECRET
Note: See TracBrowser for help on using the repository browser.