diff options
| author | Eugen Wissner <belka@caraus.de> | 2021-01-02 07:39:32 +0100 |
|---|---|---|
| committer | Eugen Wissner <belka@caraus.de> | 2021-01-02 07:39:32 +0100 |
| commit | 839d42faf4312a0e04772ccbf1e1f6ea8f2957cf (patch) | |
| tree | ed3ea68c04ad12a87db31f0aebbc381c427216fa /config/config.rb.example | |
| parent | 2910a89d6c59b997a3896f05c6ad7fb65c26f813 (diff) | |
| download | slackbuilder-839d42faf4312a0e04772ccbf1e1f6ea8f2957cf.tar.gz | |
Make remote paths configurable
Diffstat (limited to 'config/config.rb.example')
| -rw-r--r-- | config/config.rb.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/config.rb.example b/config/config.rb.example new file mode 100644 index 0000000..ef6b0c3 --- /dev/null +++ b/config/config.rb.example @@ -0,0 +1,6 @@ +# frozen_string_literal: true + +CONFIG = { + remote_path: 'example.com:/srv/httpd/some/path', + download_url: 'https://example.com/some/path' +} |
