summaryrefslogtreecommitdiffstats
path: root/testapi/etc
diff options
context:
space:
mode:
authorSerenaFeng <feng.xiaowei@zte.com.cn>2017-07-05 16:20:54 +0800
committerSerenaFeng <feng.xiaowei@zte.com.cn>2017-07-05 16:29:16 +0800
commit79f400f880bc6e5d40defef9d6c8b134d91958a1 (patch)
treec07382a4c946623fd65b0c5d5dea27ce8eb86032 /testapi/etc
parent1da5990f3e25c375757349b30b4f47d288775682 (diff)
bugfix: hardcoded testapi urls
testapi webportal's urls are fixed in configure files this patch aims to modify them according to base_url provided when bringing up container Change-Id: I29c461fc3b837e54d4ff5330dcaa520637590ff7 Signed-off-by: SerenaFeng <feng.xiaowei@zte.com.cn>
Diffstat (limited to 'testapi/etc')
-rw-r--r--testapi/etc/config.ini4
1 files changed, 2 insertions, 2 deletions
diff --git a/testapi/etc/config.ini b/testapi/etc/config.ini
index dad59d2..9ae2520 100644
--- a/testapi/etc/config.ini
+++ b/testapi/etc/config.ini
@@ -8,7 +8,7 @@ dbname = test_results_collection
[api]
# Listening port
-url = http://testresults.opnfv.org/test/api/v1
+url = http://localhost:8000/api/v1
port = 8000
# Number of results for one page (integer value)
@@ -22,7 +22,7 @@ authenticate = False
base_url = http://localhost:8000
[ui]
-url = http://testresults.opnfv.org/test
+url = http://localhost:8000
[osid]