diff options
author | 2017-06-21 09:03:30 +0000 | |
---|---|---|
committer | 2017-06-21 09:03:30 +0000 | |
commit | 9c4fbf3c75d3b36ad99bef7469c3df91f7637b69 (patch) | |
tree | 3c0e093884ab809dc6b8a85f8749c4a3165afeb8 /utils/test/testapi/etc | |
parent | 78ef9426c9f8dd97e4ea886b08eea593264aec9b (diff) | |
parent | fbde8735079b83e875639b4ddf3d83e20d948989 (diff) |
Merge "make website accessible via testresults.opnfv.org/test"
Diffstat (limited to 'utils/test/testapi/etc')
-rw-r--r-- | utils/test/testapi/etc/config.ini | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/utils/test/testapi/etc/config.ini b/utils/test/testapi/etc/config.ini index 692e48897..ce13990f3 100644 --- a/utils/test/testapi/etc/config.ini +++ b/utils/test/testapi/etc/config.ini @@ -8,7 +8,7 @@ dbname = test_results_collection [api] # Listening port -url = http://localhost:8000/api/v1 +url = http://testresults.opnfv.org/test/api/v1 port = 8000 # With debug_on set to true, error traces will be shown in HTTP responses debug = True @@ -18,7 +18,7 @@ authenticate = False base_url = http://localhost:8000 [ui] -url = http://localhost:8000 +url = http://testresults.opnfv.org/test [osid] @@ -41,7 +41,7 @@ openid_ns = http://specs.openid.net/auth/2.0 # Return endpoint in Refstack's API. Value indicating the endpoint # where the user should be returned to after signing in. Openstack Id # Idp only supports HTTPS address types. (string value) -openid_return_to = /api/v1/auth/signin_return +openid_return_to = v1/auth/signin_return # Claimed identifier. This value must be set to # "http://specs.openid.net/auth/2.0/identifier_select". or to user |