added readme about file notifier
This commit is contained in:
parent
4f1f28a693
commit
c929e5408b
1 changed files with 10 additions and 0 deletions
10
README.md
10
README.md
|
@ -494,6 +494,16 @@ database:
|
||||||
prune: "@every 1h"
|
prune: "@every 1h"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## File
|
||||||
|
|
||||||
|
GoWatch can also simply append your notification text to a file:
|
||||||
|
```
|
||||||
|
notifiers:
|
||||||
|
File:
|
||||||
|
type: "file"
|
||||||
|
path: /config/notifications.log
|
||||||
|
```
|
||||||
|
|
||||||
# Build/Development
|
# Build/Development
|
||||||
|
|
||||||
For local development, clone this repository:
|
For local development, clone this repository:
|
||||||
|
|
Loading…
Add table
Reference in a new issue