project-ize testAPI
[releng.git] / utils / test / result_collection_api / opnfv_testapi / common / config.py
@@ -31,7 +31,7 @@ class APIConfig:
     """
 
     def __init__(self):
-        self._default_config_location = "config.ini"
+        self._default_config_location = "/etc/opnfv_testapi/config.ini"
         self.mongo_url = None
         self.mongo_dbname = None
         self.api_port = None