Skip to content

Commit

Permalink
Remove placeholder env value
Browse files Browse the repository at this point in the history
  • Loading branch information
pawelblaszczyk5 committed Jan 4, 2024
1 parent 52b569d commit d222fc0
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions prisma/deploy.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
import { $ } from 'execa';

process.env['DATABASE_URL'] = 'postgresql://postgres:postgres@localhost:5432/planotes';

const MAX_RETRIES = 5;

const BASE_DELAY = 1_000;
Expand Down

0 comments on commit d222fc0

Please sign in to comment.