summaryrefslogtreecommitdiff
path: root/.rr.yaml
diff options
context:
space:
mode:
authorValery Piashchynski <[email protected]>2020-02-23 16:41:05 +0300
committerValery Piashchynski <[email protected]>2020-02-23 16:41:05 +0300
commit690bf10bb8600ca79050aede7cbe954fe1027173 (patch)
treedb01792f8c46146b367ebc32fa4a167130ed28d1 /.rr.yaml
parentcd494bf847713a984811c5b5d972c47fc6a58168 (diff)
parent82c1c48f39433d334ef332a8c49351156b841bf7 (diff)
Merge branch 'file_watcher_module' of github.com:spiral/roadrunner into file_watcher_module
Diffstat (limited to '.rr.yaml')
-rw-r--r--.rr.yaml18
1 files changed, 17 insertions, 1 deletions
diff --git a/.rr.yaml b/.rr.yaml
index 5792b881..daf1a4f1 100644
--- a/.rr.yaml
+++ b/.rr.yaml
@@ -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