mirror of
https://pagure.io/fm-orchestrator.git
synced 2026-04-24 10:43:16 +08:00
Allow configurable host and port for rida.py
This commit is contained in:
@@ -75,6 +75,9 @@ def from_file(filename=None):
|
||||
conf.rpms_default_cache = default.get("rpms_default_cache")
|
||||
conf.rpms_allow_cache = asbool(default.get("rpms_allow_cache"))
|
||||
|
||||
conf.port = default.get("port")
|
||||
conf.host = default.get("host")
|
||||
|
||||
conf.ssl_certificate_file = default.get("ssl_certificate_file")
|
||||
conf.ssl_certificate_key_file = default.get("ssl_certificate_key_file")
|
||||
conf.ssl_ca_certificate_file = default.get("ssl_ca_certificate_file")
|
||||
|
||||
Reference in New Issue
Block a user