Last change
on this file since 58:b24ccde3e229 was 58:b24ccde3e229, checked in by Borja Lopez <borja@…>, 10 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]
|
---|
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 |
|
---|
11 | [sum]
|
---|
12 | hours_day = 8
|
---|
13 |
|
---|
14 | [charts]
|
---|
15 | path = ~/.workstamps-charts
|
---|
16 |
|
---|
17 | [collector]
|
---|
18 | base_url = http://localhost:8000
|
---|
19 | login_path = /stamper/login/
|
---|
20 | listen_path = /stamper/listen/
|
---|
21 | user = CHANGEME
|
---|
22 | password = SECRET
|
---|
Note:
See
TracBrowser
for help on using the repository browser.