diff options
author | Valery Piashchynski <[email protected]> | 2020-12-24 11:05:00 +0300 |
---|---|---|
committer | GitHub <[email protected]> | 2020-12-24 11:05:00 +0300 |
commit | 439c93225d7a9ebaf7cbf1010a54594b906f7d54 (patch) | |
tree | adc7d78e28a9512cb1b1ba85cb4f19dec7d1323d /.rr.yaml | |
parent | 40b6c3169931a3fef62b649db19ff01dc685b7d4 (diff) | |
parent | 62ee1770cc233328300438ffd690ea1d8fc747bb (diff) |
Merge pull request #462 from spiral/feature/CLIv2.0.0-alpha29
feature/CLI
Diffstat (limited to '.rr.yaml')
-rwxr-xr-x | .rr.yaml | 43 |
1 files changed, 21 insertions, 22 deletions
@@ -3,7 +3,7 @@ rpc: disabled: false server: - command: "php ../../../tests/http/client.php echo pipes" + command: "php tests/psr-worker-bench.php" user: "" group: "" env: @@ -11,32 +11,36 @@ server: relay: "pipes" relayTimeout: "20s" +logs: + mode: development + level: error + http: debug: true - address: 127.0.0.1:18903 + address: 127.0.0.1:44933 maxRequestSize: 1024 middleware: [ "gzip", "headers" ] uploads: forbid: [ ".php", ".exe", ".bat" ] trustedSubnets: [ "10.0.0.0/8", "127.0.0.0/8", "172.16.0.0/12", "192.168.0.0/16", "::1/128", "fc00::/7", "fe80::/10" ] pool: - numWorkers: 2 + numWorkers: 6 maxJobs: 0 allocateTimeout: 60s destroyTimeout: 60s - ssl: - port: 8892 - redirect: false - cert: fixtures/server.crt - key: fixtures/server.key - # rootCa: root.crt - fcgi: - address: tcp://0.0.0.0:7921 - http2: - enabled: false - h2c: false - maxConcurrentStreams: 128 +# ssl: +# port: 8892 +# redirect: false +# cert: fixtures/server.crt +# key: fixtures/server.key +# # rootCa: root.crt +# fcgi: +# address: tcp://0.0.0.0:7921 +# http2: +# enabled: false +# h2c: false +# maxConcurrentStreams: 128 redis: # UniversalClient is an abstract client which - based on the provided options - @@ -89,7 +93,7 @@ reload: # sync interval interval: 1s # global patterns to sync - patterns: [ ".php" ] + patterns: [ ".go" ] # list of included for sync services services: http: @@ -101,9 +105,4 @@ reload: patterns: [ ".php", ".go",".md", ] # directories to sync. If recursive is set to true, # recursive sync will be applied only to the directories in `dirs` section - dirs: [ "." ] - rpc: - recursive: true - patterns: [ ".json" ] - # to include all project directories from workdir, leave `dirs` empty or add a dot "." - dirs: [ "" ]
\ No newline at end of file + dirs: [ "." ]
\ No newline at end of file |