Skip to content

Commit

Permalink
added some overrides via envs
Browse files Browse the repository at this point in the history
  • Loading branch information
manchenkoff committed Sep 21, 2023
1 parent 2958afb commit 39ece27
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions playground/nuxt.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
export default defineNuxtConfig({
modules: ['../src/module'],
runtimeConfig: {
public: {
sanctum: {
baseUrl: 'http://localhost:80',
userStateKey: 'sanctum.user.identity',
},
},
},
sanctum: {
baseUrl: 'http://localhost:80',
origin: 'http://localhost:3000',
Expand Down

0 comments on commit 39ece27

Please sign in to comment.