Skip to content

Commit

Permalink
removing auth
Browse files Browse the repository at this point in the history
  • Loading branch information
enyelsequeira committed Aug 10, 2023
1 parent 4497224 commit ca15b17
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions nuxt.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,9 @@ export default defineNuxtConfig({
build: {
transpile: ["vue-toastification"],
},
// auth: {
// origin: process.env.ORIGIN as string,
// enableGlobalAppMiddleware: true,
// },
auth: {
origin: "http://localhost:3000",
},
runtimeConfig: {
DATABASE_URL: process.env.DATABASE_URL,
SHADOW_DATABASE_URL: process.env.SHADOW_DATABASE_URL,
Expand Down

0 comments on commit ca15b17

Please sign in to comment.