Skip to content

Commit

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

0 comments on commit 374c6b1

Please sign in to comment.