diff options
author | Valery Piashchynski <[email protected]> | 2023-10-26 18:16:44 +0200 |
---|---|---|
committer | Valery Piashchynski <[email protected]> | 2023-10-26 18:16:44 +0200 |
commit | 6eddf5596fe1c264d45ae40bace908f25340b281 (patch) | |
tree | ccf7bb371dc0e6db021dd44a2823dbcabcc50c09 /.rr.yaml | |
parent | d9dd1aa785c314830f159bdfa1f7d2b89bfbd548 (diff) |
release: v2023.3.3
Signed-off-by: Valery Piashchynski <[email protected]>
Diffstat (limited to '.rr.yaml')
-rw-r--r-- | .rr.yaml | 18 |
1 files changed, 0 insertions, 18 deletions
@@ -43,24 +43,6 @@ server: - SOME_KEY: "SOME_VALUE" - SOME_KEY2: "SOME_VALUE2" - #[SINCE 2023.2] - after_init: - # Command to execute after the main server's command - # - # This option is required if using on_init - command: "any php or script here" - - # Script execute timeout - # - # Default: 60s [60m, 60h], if used w/o units its means - NANOSECONDS. - exec_timeout: 20s - - # Environment variables for the worker processes. - # - # Default: <empty map> - env: - - SOME_KEY: "SOME_VALUE" - - SOME_KEY2: "SOME_VALUE2" # Worker starting command, with any required arguments. # # This option is required. |