Add external config support to result_collection_api
[releng.git] / utils / test / result_collection_api / common / constants.py
index 485dbf3..2c825c1 100644 (file)
@@ -8,11 +8,7 @@
 ##############################################################################
 
 
-API_LISTENING_PORT = 8000
-
-MONGO_URL = "mongodb://192.168.56.102:27017/"
-
-APPLICATION_JSON = "application/json"
+DEFAULT_REPRESENTATION = "application/json"
 HTTP_BAD_REQUEST = 400
 HTTP_FORBIDDEN = 403
 HTTP_NOT_FOUND = 404