Skip to content

Commit

Permalink
refactor(drizzle): deprecate use of drizzle-nest (#33)
Browse files Browse the repository at this point in the history
* refactor(drizzle): deprecate use of drizzle-nest
* fix(drizzle): add missing relation names
* fix(tests): propery import module
* chore(dependencies): remove redundant dependencies
* chore(dependencies): remove imports of deleted dependencies
* chore(package.json): remove from api
  • Loading branch information
G0maa authored Sep 30, 2024
1 parent bd3e0dc commit f0b0378
Show file tree
Hide file tree
Showing 19 changed files with 1,051 additions and 1,567 deletions.
4 changes: 0 additions & 4 deletions apps/api/.env.example

This file was deleted.

8 changes: 4 additions & 4 deletions apps/api/.env.sample
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
DATABASE_URL = "postgres://postgres:postgres@localhost:5432/disworse"
POSTGRES_DB = 'disworse'
POSTGRES_USER = 'postgres'
POSTGRES_PASSWORD = 'postgres'
DATABASE_URL=postgres://postgres:pass1234@localhost:5432/disworse
POSTGRES_DB=disworse
POSTGRES_USER=postgres
POSTGRES_PASSWORD=pass1234
Loading

0 comments on commit f0b0378

Please sign in to comment.