Make remote paths configurable

This commit is contained in:
2021-01-02 07:39:32 +01:00
parent 2910a89d6c
commit 839d42faf4
5 changed files with 22 additions and 14 deletions

6
config/config.rb.example Normal file
View File

@ -0,0 +1,6 @@
# frozen_string_literal: true
CONFIG = {
remote_path: 'example.com:/srv/httpd/some/path',
download_url: 'https://example.com/some/path'
}