Skip to content

Commit

Permalink
Update URL configuration in server.js and backend/config/admin.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Mads Hermansen committed Apr 22, 2024
1 parent adbde96 commit a0a4c26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions backend/config/admin.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ module.exports = ({ env }) => ({
nps: env.bool('FLAG_NPS', true),
promoteEE: env.bool('FLAG_PROMOTE_EE', true),
},
port: 1337,
url: "https://hypso.space/admin"
});
1 change: 1 addition & 0 deletions backend/config/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ module.exports = ({ env }) => ({
webhooks: {
populateRelations: env.bool('WEBHOOKS_POPULATE_RELATIONS', false),
},
proxy: true,
url: 'https://hypso.space'
});

0 comments on commit a0a4c26

Please sign in to comment.