Add external config support to result_collection_api
[releng.git] / utils / test / result_collection_api / common / constants.py
index 2176956..2c825c1 100644 (file)
@@ -8,10 +8,6 @@
 ##############################################################################
 
 
-API_LISTENING_PORT = 80
-
-MONGO_URL = "mongodb://127.0.0.1:27017/"
-
 DEFAULT_REPRESENTATION = "application/json"
 HTTP_BAD_REQUEST = 400
 HTTP_FORBIDDEN = 403