aboutsummaryrefslogtreecommitdiff
path: root/config/config.rb.example
blob: 836149a102eed35047a53290aeaf3b7d127fa596 (plain)
1
2
3
4
5
6
7
8
# frozen_string_literal: true

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