Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bug: DB_ROOT_DIRECTORY should be DB_ROOT_PATH #38

Open
mh-malekpour opened this issue Feb 12, 2025 · 0 comments
Open

Bug: DB_ROOT_DIRECTORY should be DB_ROOT_PATH #38

mh-malekpour opened this issue Feb 12, 2025 · 0 comments

Comments

@mh-malekpour
Copy link

The code expects DB_ROOT_PATH, but the .env file uses DB_ROOT_DIRECTORY. This mismatch prevents the script from running.

Update .env to:

DB_ROOT_PATH="./data/dev"

since it’s already handled in the code.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant