Learn more about these different git repos.
Other Git URLs
92465dc
@@ -16,6 +16,8 @@
PRODUCTION = False
SHOW_DB_URI = False
SECRET_KEY = 'replace-me-with-something-random'
+
+ RESULTSDB_API_URL = 'https://taskotron.fedoraproject.org/resultsdb_api/api/v2.0'
# need to explicitly turn this off
# https://github.com/flask-restful/flask-restful/issues/449
ERROR_404_HELP = False
Fixes #313
Signed-off-by: Luiz Carvalho lucarval@redhat.com
+1
Pull-Request has been merged by gnaponie
Fixes #313
Signed-off-by: Luiz Carvalho lucarval@redhat.com