summaryrefslogtreecommitdiff
path: root/config/config.rb.example
diff options
context:
space:
mode:
authorEugen Wissner <belka@caraus.de>2021-01-02 07:39:32 +0100
committerEugen Wissner <belka@caraus.de>2021-01-02 07:39:32 +0100
commit839d42faf4312a0e04772ccbf1e1f6ea8f2957cf (patch)
treeed3ea68c04ad12a87db31f0aebbc381c427216fa /config/config.rb.example
parent2910a89d6c59b997a3896f05c6ad7fb65c26f813 (diff)
downloadslackbuilder-839d42faf4312a0e04772ccbf1e1f6ea8f2957cf.tar.gz
Make remote paths configurable
Diffstat (limited to 'config/config.rb.example')
-rw-r--r--config/config.rb.example6
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'
+}