From 839d42faf4312a0e04772ccbf1e1f6ea8f2957cf Mon Sep 17 00:00:00 2001 From: Eugen Wissner Date: Sat, 2 Jan 2021 07:39:32 +0100 Subject: Make remote paths configurable --- config/config.rb.example | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 config/config.rb.example (limited to 'config') 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' +} -- cgit v1.2.3