From: Serena Feng Date: Thu, 22 Jun 2017 02:19:20 +0000 (+0000) Subject: Merge "support pagination in TestAPI" X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=81ef9f4e41921c8e0b6d007537b8778748c63abe;p=releng-testresults.git Merge "support pagination in TestAPI" --- 81ef9f4e41921c8e0b6d007537b8778748c63abe diff --cc testapi/etc/config.ini index ce13990,cf46bf7..dad59d2 --- a/testapi/etc/config.ini +++ b/testapi/etc/config.ini @@@ -8,8 -8,12 +8,12 @@@ dbname = test_results_collectio [api] # Listening port -url = http://localhost:8000/api/v1 +url = http://testresults.opnfv.org/test/api/v1 port = 8000 + + # Number of results for one page (integer value) + #results_per_page = 20 + # With debug_on set to true, error traces will be shown in HTTP responses debug = True authenticate = False