diff --git a/src/common/db/Database.py b/src/common/db/Database.py index 719ea11cf..0e8f1a729 100644 --- a/src/common/db/Database.py +++ b/src/common/db/Database.py @@ -103,6 +103,8 @@ class Database: if not sqlalchemy_string: sqlalchemy_string = getenv("DATABASE_URI", "sqlite:////var/lib/bunkerweb/db.sqlite3") + self.logger.debug(f"SQLAlchemy string: {sqlalchemy_string}") + sqlalchemy_string_readonly = getenv("DATABASE_URI_READONLY", "") if not sqlalchemy_string: