diff --git a/pkg_api/server/utils.py b/pkg_api/server/utils.py index f737a1d..0e7b5a7 100644 --- a/pkg_api/server/utils.py +++ b/pkg_api/server/utils.py @@ -21,7 +21,7 @@ def open_pkg(data: Dict[str, str]) -> PKG: if owner_uri is None: raise Exception("Missing owner URI") - store_path = current_app.config["STORE_PATH"] + store_path = current_app.config["SQLALCHEMY_DATABASE_URI"] return PKG( owner_uri,