Fixed database name hardcoded

This commit is contained in:
2025-09-21 17:17:26 +02:00
parent 1ef419c03d
commit 34ccbcda8c

View File

@@ -3,7 +3,8 @@
script_location = alembic script_location = alembic
prepend_sys_path = . prepend_sys_path = .
version_path_separator = os version_path_separator = os
sqlalchemy.url = sqlite:///./ecommerce.db # This will be overridden by alembic\env.py using settings.database_url
sqlalchemy.url =
# for PROD: sqlalchemy.url = postgresql://username:password@localhost:5432/ecommerce_db # for PROD: sqlalchemy.url = postgresql://username:password@localhost:5432/ecommerce_db
[post_write_hooks] [post_write_hooks]