Skip to content

Commit

Permalink
Set allowed hosts in webapp to eventyay domains.
Browse files Browse the repository at this point in the history
Signed-off-by: Marco A. Gutierrez <[email protected]>
  • Loading branch information
marcoag committed Jun 30, 2024
1 parent bcc6751 commit 918bf80
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion webapp/vue.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,13 @@ const NODE_PATH = process.env.NODE_PATH
module.exports = {
devServer: {
host: 'localhost',
port: 8880
port: 8880,
allowedHosts: [
'.localhost',
'.eventyay.com',
'video-dev.eventyay.com',
'video.eventyay.com'
],
},
pwa: {
name: 'venueless',
Expand Down

0 comments on commit 918bf80

Please sign in to comment.