source: stamper/etc/stamper.conf@ 58:b24ccde3e229

Last change on this file since 58:b24ccde3e229 was 58:b24ccde3e229, checked in by Borja Lopez <borja@…>, 9 years ago

Use a config file for the setup of certain parameters, instead of
hardcoded global variables (ugh!)

File size: 373 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
10
11[sum]
12hours_day = 8
13
14[charts]
15path = ~/.workstamps-charts
16
17[collector]
18base_url = http://localhost:8000
19login_path = /stamper/login/
20listen_path = /stamper/listen/
21user = CHANGEME
22password = SECRET
Note: See TracBrowser for help on using the repository browser.