This commit is contained in:
parent
ec3130e805
commit
0fe16466fc
7 changed files with 76 additions and 0 deletions
14
files/config.template.json
Normal file
14
files/config.template.json
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
{
|
||||
"database": "/var/lib/dwatch/data.db",
|
||||
"logfile": "/var/log/dwatch.log",
|
||||
"timezone": "Europe/Moscow",
|
||||
"watch": [
|
||||
{
|
||||
"path": "",
|
||||
"rules": {
|
||||
"tracking": [],
|
||||
"ignore": []
|
||||
}
|
||||
}
|
||||
]
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue