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

CONFIG = {
  remote_path: 'example.com:/srv/httpd/some/path',
  download_url: 'https://example.com/some/path',
  branch: 'user/nick/updates'
}.freeze