Last change
on this file since 67:4303a45e8a2f was 67:4303a45e8a2f, checked in by Borja Lopez <borja@…>, 7 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]
|
---|
6 | path = ~/.workstamps.json
|
---|
7 | date_format = %%Y-%%m-%%d
|
---|
8 | time_format = %%H:%%M:%%S
|
---|
9 | datetime_format = %%Y-%%m-%%d %%H:%%M
|
---|
10 | wants_seconds = False
|
---|
11 |
|
---|
12 | [sum]
|
---|
13 | hours_day = 8
|
---|
14 |
|
---|
15 | [charts]
|
---|
16 | path = ~/.workstamps-charts
|
---|
17 |
|
---|
18 | [collector]
|
---|
19 | base_url = http://localhost:8000
|
---|
20 | login_path = /stamper/login/
|
---|
21 | user = CHANGEME
|
---|
22 | password = SECRET
|
---|
Note:
See
TracBrowser
for help on using the repository browser.