diff options
author | Valery Piashchynski <[email protected]> | 2022-02-17 14:18:34 +0300 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2022-02-17 14:18:34 +0300 |
commit | 0ccd78a0875af5c665b6e2edd72fc80077519c94 (patch) | |
tree | 417dce8ab9bd770341e2fccd1d6009c4bf526577 /.rr.yaml | |
parent | 180876e189b4e5a78ee8efee803c58a3dfad3814 (diff) |
update config and schema
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -191,6 +191,11 @@ temporal: # Default: false debug: false + # Override server's command + # + # Default: empty + command: "php my-super-app.php" + # How many worker processes will be started. Zero (or nothing) means the number of logical CPUs. # # Default: 0 |