Sha256: 48b37145d6ee6bb75e70dc4226f0df2ef00284fc028a9d70bd59c729e3952634
Contents?: true
Size: 1.29 KB
Versions: 1
Compression:
Stored size: 1.29 KB
Contents
default_config: - name: 'multi_debug' type: 'boolean' description: >- Enable debugging of workers default: TRUE - name: 'multi_secvential' type: 'boolean' description: >- Forces execution of jobs in sequence default: false - name: 'websocket_server.enable_debug' type: 'boolean' description: >- Enables debugging of websocket communication between the workers default: false - name: 'development_stages' type: 'Array' description: >- Each of the items is used to recognize it as a development stage, default: - development - webdev - name: 'task_confirmations' type: 'Array' description: >- Enable user confirmation dialogs before executing each task from option **--task_confirmations** default: - deploy:symlink:release - name: 'apply_stage_confirmation' type: 'Array' description: >- Defines the stages for which option **--syncronize_confirmation** applies. 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
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
capistrano_multiconfig_parallel-0.20.3 | lib/capistrano_multiconfig_parallel/configuration/default.yml |