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

Update FEEDS_DATABASE_URL and FEEDS_DATABASE_URL_TEST #839

Open
qcdyx opened this issue Nov 28, 2024 · 0 comments
Open

Update FEEDS_DATABASE_URL and FEEDS_DATABASE_URL_TEST #839

qcdyx opened this issue Nov 28, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@qcdyx
Copy link
Contributor

qcdyx commented Nov 28, 2024

Describe the problem

We need to update FEEDS_DATABASE_URL and FEEDS_DATABASE_URL_TEST to ensure compatibility with the latest database session management optimizations in non-local environments.

FEEDS_DATABASE_URL=postgresql+psycopg2://postgres:postgres@localhost:5432/MobilityDatabase
FEEDS_DATABASE_URL_TEST=postgresql+psycopg2://postgres:postgres@localhost:54320/MobilityDatabaseTest

Proposed solution

add psycopg2 in the URL as above

Alternatives you've considered

No response

Additional context

No response

@qcdyx qcdyx added the enhancement New feature or request label Nov 28, 2024
@qcdyx qcdyx self-assigned this Nov 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant