summaryrefslogtreecommitdiffstats
path: root/testapi/etc
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-07-26 14:40:56 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-07-26 14:47:38 +0800
commit19ee4c92981562586518310360a8d190877e73fb (patch)
treec89a2b05d7545b514c0fe2aad354d264bb09f91a /testapi/etc
parent6fbf0fb55e94c7e940dbd2a77c85a149b31a867e (diff)
merge swagger_base_url with ui_url
TestAPI used to have only one webpage, which is swagger_ui, now a new one webportal is added, and the base url is the same (http://testresults.opnfv.org/test)for them both. This patch aim to unify the urls. Change-Id: I15295975fb05f7e8c8d413e12b2b5c0784f0799a Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/etc')
-rw-r--r--testapi/etc/config.ini3
1 files changed, 0 insertions, 3 deletions
diff --git a/testapi/etc/config.ini b/testapi/etc/config.ini
index 435188d..1ec899f 100644
--- a/testapi/etc/config.ini
+++ b/testapi/etc/config.ini
@@ -18,9 +18,6 @@ results_per_page = 20
debug = True
authenticate = False
-[swagger]
-base_url = http://localhost:8000
-
[ui]
url = http://localhost:8000