Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mfshao committed Aug 27, 2024
1 parent bdc6042 commit 45ca720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/localconf.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,7 @@ function buildConfig(opts) {
grafanaFaroConfig.grafanaFaroEnv = 'PROD';
if (hostnameOnly.includes('qa-')) {
grafanaFaroConfig.grafanaFaroEnv = 'QA';
} else if (hostnameOnly.includes('planx-pla.net')) {
} else if (hostnameOnly.endswith('.planx-pla.net')) {
grafanaFaroConfig.grafanaFaroEnv = 'DEV';
}
}
Expand Down

0 comments on commit 45ca720

Please sign in to comment.