slackbuilder/config/config.rb.example

7 lines
143 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'
}