Skip to content

Commit

Permalink
Fix typo (#94)
Browse files Browse the repository at this point in the history
  • Loading branch information
KennethWussmann authored Feb 25, 2024
1 parent 5c46c31 commit 6343a31
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/server/lib/applicationContext.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ export class ApplicationContext {
this.logger.child({ name: "RateLimitService" }),
new Pool(
parseDatabaseUrl(
env.DATABASE_URL ?? "postgres://troy:panthora@localhost:5432/panthora"
env.DATABASE_URL ??
"postgres://panthora:panthora@localhost:5432/panthora"
)
)
);
Expand Down

0 comments on commit 6343a31

Please sign in to comment.