dwatch/files/config.template.json
Alexander 0fe16466fc
All checks were successful
Build / Build project (push) Successful in 1m34s
init 0.0.10
2025-11-16 07:39:01 +03:00

14 lines
203 B
JSON

{
"database": "/var/lib/dwatch/data.db",
"logfile": "/var/log/dwatch.log",
"timezone": "Europe/Moscow",
"watch": [
{
"path": "",
"rules": {
"tracking": [],
"ignore": []
}
}
]
}