From 5f3e633222e6dd3d99eb51e16a780698da407bc3 Mon Sep 17 00:00:00 2001 From: Jan Sedlák Date: Jan 30 2017 11:11:16 +0000 Subject: point default config to resultsDB API 2.0 --- diff --git a/resultsdb_frontend/config.py b/resultsdb_frontend/config.py index d9e4dec..4dc017a 100644 --- a/resultsdb_frontend/config.py +++ b/resultsdb_frontend/config.py @@ -23,7 +23,7 @@ class Config(object): DEBUG = True - RDB_URL = 'http://localhost:5001/api/v1.0' + RDB_URL = 'http://localhost:5001/api/v2.0' LOGFILE = '/var/log/resultsdb_frontend/resultsdb_frontend.log' FILE_LOGGING = False