summaryrefslogtreecommitdiffstats
path: root/cvp/opnfv_testapi/tests/unit/common/nosection.ini
blob: 9988fc0a436fb15789b58545f0ca9774ce32c97f (plain)
1
2
3
4
5
6
7
8
9
10
11
# to add a new parameter in the config file,
# the CONF object in config.ini must be updated
[api]
# Listening port
port = 8000
# With debug_on set to true, error traces will be shown in HTTP responses
debug = True
authenticate = False

[swagger]
base_url = http://localhost:8000