prune readme
This commit is contained in:
parent
d3f6bb2de0
commit
a6a8fafcf5
2 changed files with 10 additions and 2 deletions
|
@ -81,6 +81,15 @@ services:
|
|||
retries: 5
|
||||
```
|
||||
|
||||
#### Pruning
|
||||
|
||||
An automatic database prune job that removed repeating values can be scheduled by adding a cron schedule to the config:
|
||||
```
|
||||
database:
|
||||
dsn: "/config/watch.db"
|
||||
prune: "@every 1h"
|
||||
```
|
||||
|
||||
### Proxy
|
||||
|
||||
GoWatch has some basic proxy support, using the config we can point GoWatch to a proxy server:
|
||||
|
|
3
todo.md
3
todo.md
|
@ -10,5 +10,4 @@
|
|||
- add kube yaml example?
|
||||
- organize docs?
|
||||
- disable gin debug
|
||||
- add favicon
|
||||
- db prune readme
|
||||
- add favicon
|
Loading…
Add table
Reference in a new issue