summaryrefslogtreecommitdiff
path: root/config/config.rb.example
blob: ef6b0c38b42ea285f9b7e88e50b3344152e8ced3 (plain)
1
2
3
4
5
6
# frozen_string_literal: true

CONFIG = {
  remote_path: 'example.com:/srv/httpd/some/path',
  download_url: 'https://example.com/some/path'
}