diff --git a/backend/app/database.py b/backend/app/database.py index 4b658b2..466f8cd 100644 --- a/backend/app/database.py +++ b/backend/app/database.py @@ -6,6 +6,7 @@ from dotenv import load_dotenv env = load_dotenv() DATABASE_URL = os.getenv("DATABASE_URL", "") +print(DATABASE_URL) engine = create_engine(DATABASE_URL) SessionLocal = sessionmaker(autocommit=False, autoflush=False, bind=engine) Base = declarative_base() diff --git a/new_file.txt b/new_file.txt new file mode 100644 index 0000000..e69de29