Allow configurable host and port for rida.py

This commit is contained in:
Ralph Bean
2016-07-13 11:34:36 -04:00
parent 80cd8c3fad
commit 5e7244fe9c
3 changed files with 13 additions and 1 deletions

View File

@@ -9,6 +9,10 @@ pdc_insecure = True
pdc_develop = True
scmurls = ["git://pkgs.stg.fedoraproject.org/modules/"]
# Where we should run when running rida.py directly.
host = 127.0.0.1
port = 5000
# How often should we resort to polling, in seconds
# Set to zero to disable polling
polling_interval = 60