Make remote paths configurable
This commit is contained in:
6
config/config.rb.example
Normal file
6
config/config.rb.example
Normal 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'
|
||||
}
|
Reference in New Issue
Block a user