slackbuilder/config/config.rb.example

8 lines
174 B
Plaintext
Raw Normal View History

2021-01-02 07:39:32 +01:00
# frozen_string_literal: true
CONFIG = {
remote_path: 'example.com:/srv/httpd/some/path',
download_url: 'https://example.com/some/path',
branch: 'user/nick/updates'
2021-01-02 07:39:32 +01:00
}