Add external config support to result_collection_api
[releng.git] / utils / test / result_collection_api / config.ini
1 [mongo]
2 # URL of the mongo DB
3 # Mongo auth url => mongodb://user1:pwd1@host1/?authSource=db1
4 url = mongodb://127.0.0.1:27017/test_results_collection
5
6 [api]
7 # Listening port
8 port = 80
9 # With debug_on set to true, error traces will be shown in HTTP responses
10 debug = True