Skip to content

Commit

Permalink
Make alembic.ini work with dev container
Browse files Browse the repository at this point in the history
Signed-off-by: Michal Konecny <[email protected]>
  • Loading branch information
Zlopez committed Dec 5, 2024
1 parent 97e1a1e commit d6ecf4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion alembic.ini
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ script_location = anitya/db/migrations
# sourceless = false

#sqlalchemy.url = driver://user:pass@localhost/dbname
sqlalchemy.url = sqlite:////var/tmp/anitya-dev.sqlite
sqlalchemy.url = postgresql://postgres:anypasswordworkslocally@postgres/anitya


# Logging configuration
Expand Down

0 comments on commit d6ecf4a

Please sign in to comment.