summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 12 insertions, 0 deletions
diff --git a/README.md b/README.md
index f25fc0e9..1779b3e8 100644
--- a/README.md
+++ b/README.md
@@ -78,6 +78,18 @@ while ($req = $psr7->acceptRequest()) {
}
```
+Configuration can be located in `.rr.yaml` file:
+
+```yaml
+http:
+ address: :8080
+ maxRequest: 200
+ workers:
+ command: "php psr-worker.php"
+ pool:
+ numWorkers: 4
+```
+
License:
--------
The MIT License (MIT). Please see [`LICENSE`](./LICENSE) for more information. Maintained by [SpiralScout](https://spiralscout.com).