Skip to content

Commit

Permalink
feat: update all cargo packages to latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
rashed091 committed Jun 10, 2024
1 parent cec2692 commit d61d937
Show file tree
Hide file tree
Showing 6 changed files with 698 additions and 214 deletions.
2 changes: 1 addition & 1 deletion .env
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ POSTGRES_DB=fakes
POSTGRES_PASSWORD=admin
POSTGRES_USER=postgres
POSTGRES_DB_PORT=5432
DATABASE_URL="${DATABASE}://${POSTGRES_USER}:${POSTGRES_PASSWORD}@${DATABASE}:${POSTGRES_DB_PORT}/${POSTGRES_DB}"
DATABASE_URL="${DATABASE}://${POSTGRES_USER}:${POSTGRES_PASSWORD}@host.docker.internal:${POSTGRES_DB_PORT}/${POSTGRES_DB}"
Loading

0 comments on commit d61d937

Please sign in to comment.