Skip to content

Commit

Permalink
fix: make uat env use staging frontend envs (#391)
Browse files Browse the repository at this point in the history
  • Loading branch information
ogp-weeloong authored Jan 12, 2024
1 parent 03b2f31 commit af775f7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/frontend/src/config/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ function getAppConfig(): AppConfig {
sgidClientId: 'PLUMBER-c24255a5',
...commonEnv,
}
case 'uat':
case 'staging':
return {
launchDarklyClientId: '65016ca0b45b7712e6c95703',
Expand Down

0 comments on commit af775f7

Please sign in to comment.