APEX: add ipv6 to daily job
[releng.git] / utils / test / testapi / opnfv_testapi / tests / unit / common / noparam.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
8 [api]
9 # Listening port
10 port = 8000
11 # With debug_on set to true, error traces will be shown in HTTP responses
12 debug = True
13 authenticate = False
14
15 [swagger]
16 base_url = http://localhost:8000