Merge "Add functest-healthcheck alpine to xci-verify-healthcheck-macro"
[releng.git] / utils / test / testapi / etc / config.ini
1 # to add a new parameter in the config file,
2 # the CONF object in config.ini must be updated
3 [mongo]
4 # URL of the mongo DB
5 # Mongo auth url => mongodb://user1:pwd1@host1/?authSource=db1
6 url = mongodb://127.0.0.1:27017/
7 dbname = test_results_collection
8
9 [api]
10 # Listening port
11 url = http://localhost:8000/api/v1
12 port = 8000
13
14 # Number of results for one page (integer value)
15 results_per_page = 20
16
17 # With debug_on set to true, error traces will be shown in HTTP responses
18 debug = True
19 authenticate = False
20
21 [ui]
22 url = http://localhost:8000
23
24 # this path should be the seem with data_files installation path
25 static_path = /usr/local/share/opnfv_testapi
26
27 [lfid]
28 # Linux Foundation cas URL
29 cas_url = https://identity.linuxfoundation.org/cas/
30 #service url used to authenticate to cas
31 signin_return = api/v1/auth/signin_return