diff options
Diffstat (limited to 'config')
| -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' +} |
