Skip to content

Commit

Permalink
Merge pull request #560 from Real-Dev-Squad/fix/status-siye-var
Browse files Browse the repository at this point in the history
Added STATUS_SITE env var for staging
  • Loading branch information
skv93-coder authored Feb 3, 2024
2 parents 676f847 + 4cd68b1 commit 65b39c9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/environment.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@ module.exports = function (environment) {

if (environment === 'staging') {
ENV.BASE_API_URL = 'https://staging-api.realdevsquad.com';
ENV.STATUS_SITE = 'https://staging-status.realdevsquad.com';
}

if (environment === 'production') {
Expand Down

0 comments on commit 65b39c9

Please sign in to comment.