Sha256: 792bbf24dc220996bf55da176858db50b3edd25c472106bfa2dc903a7b8579b5

Contents?: true

Size: 1.53 KB

Versions: 13

Compression:

Stored size: 1.53 KB

Contents

default_config:
  - name: 'multi_debug'
    type: 'boolean'
    description: >-
      Enable debugging of workers, CAP_VALUE can be true or false
    default: TRUE

  - name: 'multi_secvential'
    type: 'boolean'
    description: >-
      Forces execution of jobs in sequence, CAP_VALUE can be true or false
    default: false

  - name: 'websocket_server.enable_debug'
    type: 'boolean'
    description: >-
      Enables debugging of websocket communication between the workers,
      CAP_VALUE can be true or false
    default: false

  - name: 'development_stages'
    type: 'Array'
    description: >-
      Each of the items is used to recognize it as a development stage,
      CAP_VALUE can Array of String
    default:
      - development
      - webdev

  - name: 'task_confirmations'
    type: 'Array'
    description: >-
      Enable user confirmation dialogs before executing each task
      from option  **--task_confirmations**
      CAP_VALUE can be Array of strings ( task names with scope)
    default:
      - deploy:symlink:release


  - name: 'apply_stage_confirmation'
    type: 'Array'
    description: >-
      Defines the stages for which option **--syncronize_confirmation** applies.
      CAP_VALUE can be an Array of strings (stages)
    default:
      - production


  - name: 'application_dependencies'
    type: 'Array'
    description: >-
      This is an 'Array' of hashes. Each hash has only the keys
      'app' ( app name), 'priority' and 'dependencies'
      ( an 'Array' of app names that this app is dependent to)
    default: []

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
capistrano_multiconfig_parallel-0.20.2 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.20.1 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.20.0 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.19.2 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.19.1 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.19.0 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.18.2 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.18.1 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.18.0 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.17.0 lib/capistrano_multiconfig_parallel/configuration/default.yml
capistrano_multiconfig_parallel-0.16.2 lib/capistrano_multiconfig_parallel/initializers/default.yml
capistrano_multiconfig_parallel-0.16.1 lib/capistrano_multiconfig_parallel/initializers/default.yml
capistrano_multiconfig_parallel-0.16.0 lib/capistrano_multiconfig_parallel/initializers/default.yml