Sha256: d28885479b414ab0437735a50417db5eab3041661d447bdfe07ddd22402b26d5
Contents?: true
Size: 818 Bytes
Versions: 3
Compression:
Stored size: 818 Bytes
Contents
## # config.yml template # for usage, see: # spec-live/spec_helper.rb # spec-live/backups/config.rb ## --- storage: scp: specs_enabled: false username: <current user name> password: <password> ip: localhost port: 22 path: /absolute/path/to/spec-live/tmp dropbox: specs_enabled: false api_key: <your key> api_secret: <your secret> path: timeout: notifier: mail: specs_enabled: false delivery_method: smtp from: <from email> to: <to email> address: smtp.gmail.com port: 587 user_name: <user name> password: <password> authentication: plain enable_starttls_auto: true sendmail: sendmail_args: syncer: cloud: s3: specs_enabled: false access_key_id: secret_access_key: bucket: region:
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
backup-3.0.26 | spec-live/backups/config.yml.template |
backup-3.0.25 | spec-live/backups/config.yml.template |
backup-3.0.24 | spec-live/backups/config.yml.template |