diff --git a/app/core/config.py b/app/core/config.py index b79cda2..649a9dc 100644 --- a/app/core/config.py +++ b/app/core/config.py @@ -16,4 +16,4 @@ OPENWEATHERMAP_BASE_URL = "https://api.openweathermap.org/data/2.5" DB_DIR = Path("/app") / "storage" / "db" DB_DIR.mkdir(parents=True, exist_ok=True) -SQLALCHEMY_DATABASE_URL = f"sqlite:///{DB_DIR}/db.sqlite" \ No newline at end of file +SQLALCHEMY_DATABASE_URL = f"sqlite:///projects/weatherdataapi-lfwvmn/app/storage/db/db.sqlite" \ No newline at end of file