Sha256: 45f84fd93b8c81c69a3c7bfdcd1aceb75517f0bba80288826301fd4cfe824096
Contents?: true
Size: 1.64 KB
Versions: 10
Compression:
Stored size: 1.64 KB
Contents
defaults: &defaults daemonize: true port: 3000 workers: 2 user: rftpd group: rftpd #host: "myhost" transfer: # notify_after_sec: 5 # wait at least X seconds between HTTP notifications # mkdir: true # build directory tree if missing # tempfile: true # transfer to temporary file, rename after sucessful transfer # overwrite: false # overwrite any target file with the same name # timeout: 1800 # jobs running for longer than X seconds will be killed retry: # on_errors: ["net_temp_error", "conn_reset_by_peer", "conn_timed_out", "conn_refused", "sftp_auth_failed", "conn_host_is_down", "conn_unreachable", "conn_failed", "conn_openssl_error"] # max_runs: 5 # max_age: 1800 # delay: 10 conchita: # timer: 60 # garbage_collector: true # clean_failed: 3600 # clean_finished: 3600 # clean_queued: 86400 newrelic: licence: "xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx" platform: "bigbusiness" # app platform name app_name: "rftpd-bigbusiness-dev" # nickname used for naming app debug: # ftp: false # sftp: false # conchita: false # allow_reload: false logs: thin: "/var/log/rftpd-environment-thin.log" queue: "/var/log/rftpd-environment-core.log" api: "/var/log/rftpd-environment-core.log" workers: "/var/log/rftpd-environment-work.log" jobs: "/var/log/rftpd-environment-work.log" notify: "/var/log/rftpd-environment-work.log" newrelic:"/var/log/rftpd-environment-newrelic.log" development: <<: *defaults port: 3400 production: <<: *defaults port: 3200
Version data entries
10 entries across 10 versions & 1 rubygems