Skip to content

Commit

Permalink
Connect production build to VPS API
Browse files Browse the repository at this point in the history
  • Loading branch information
szymsza committed Dec 5, 2022
1 parent a1eab88 commit 87c33c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion env.pds-prod.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
MODE: 'production',
IS_PDS: 'true',
BASE_ROUTE: '/pds/registration/',
API_URL: 'https://debate-greybox.herokuapp.com/',
API_URL: 'https://api-prod.debata21.cz/',
BUILD_DIR: 'registration',
STAGE: 'pds',
BUGSNAG_KEY: 'c5988a8332d9e7594c4c5986484f50a8',
Expand Down
2 changes: 1 addition & 1 deletion env.production.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ module.exports = {
MODE: 'production',
IS_PDS: 'false',
BASE_ROUTE: '/greybox/registrace/',
API_URL: 'https://debate-greybox.herokuapp.com/',
API_URL: 'https://api-prod.debata21.cz//',
BUILD_DIR: 'registrace',
STAGE: 'production',
BUGSNAG_KEY: 'c5988a8332d9e7594c4c5986484f50a8',
Expand Down

0 comments on commit 87c33c9

Please sign in to comment.