diff options
author | Wolfy-J <[email protected]> | 2020-02-23 16:34:45 +0300 |
---|---|---|
committer | Wolfy-J <[email protected]> | 2020-02-23 16:34:45 +0300 |
commit | 82c1c48f39433d334ef332a8c49351156b841bf7 (patch) | |
tree | adeba1bca373adf3d2b05a9c89435242dc498592 /.rr.yaml | |
parent | 7740e438c5bb78e77919e8dcb5bf86fb5659a75d (diff) |
- sample config
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 18 |
1 files changed, 17 insertions, 1 deletions
@@ -159,4 +159,20 @@ static: # health service configuration health: # http host to serve health requests. - address: localhost:2113
\ No newline at end of file + address: localhost:2113 + +reload: + # refresh internval (default 1s) + interval: 1s + + # file extensions to watch, defaults to [.php] + patterns: [".php"] + + # list of services to watch + services: + http: + # list of dirs, "" root + dirs: [""] + + # include sub directories + recursive: true
\ No newline at end of file |