Sha256: e144890b0161d7a74c6cb71cc17138f612ba4b6ca160253f4c6e9c29bc5d2042
Contents?: true
Size: 1.35 KB
Versions: 2
Compression:
Stored size: 1.35 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 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 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
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rest-ftp-daemon-0.231.1 | rest-ftp-daemon.yml.sample |
rest-ftp-daemon-0.231.0 | rest-ftp-daemon.yml.sample |