Skip to content

Commit

Permalink
Added who.staging and dev servers
Browse files Browse the repository at this point in the history
  • Loading branch information
snyaggarwal committed Oct 21, 2021
1 parent a2ec1e4 commit ffc900e
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/common/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -508,6 +508,8 @@ export const getEnv = forURL => {
return 'qa';
if(fqdn.match('app.demo.openconceptlab'))
return 'demo';
if(fqdn.match('app.dev.openconceptlab'))
return 'dev';
if(fqdn.match('app.openconceptlab'))
return forURL ? '' : 'production';

Expand Down

0 comments on commit ffc900e

Please sign in to comment.