Merge "leverage LFID as Authentication"
[releng.git] / utils / test / testapi / opnfv_testapi / tests / unit / common / normal.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 port = 8000
12 # With debug_on set to true, error traces will be shown in HTTP responses
13 debug = True
14 authenticate = False
15
16 [ui]
17 url = http://localhost:8000