Skip to content

Commit

Permalink
Add DIRECT_URL to nuxt config
Browse files Browse the repository at this point in the history
  • Loading branch information
neutcomp committed Apr 16, 2024
1 parent d15e1f1 commit 3d15959
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ export default defineNuxtConfig({
},
runtimeConfig: {
DATABASE_URL: process.env.DATABASE_URL,
DIRECT_URL: process.env.DIRECT_URL,
NEXTAUTH_URL: process.env.AUTH_SECRET,
NEXTAUTH_SECRET: process.env.AUTH_SECRET,
EMAIL_SERVER_HOST: process.env.EMAIL_SERVER_HOST,
Expand Down

0 comments on commit 3d15959

Please sign in to comment.