Skip to content

Commit

Permalink
Remove unnessecary local override for REACT_APP_PAGE_TITLE.
Browse files Browse the repository at this point in the history
  • Loading branch information
srpiatt committed Jan 30, 2024
1 parent 8018372 commit fc2dec0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions main/solution/ui/config/environment/env-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,5 +43,4 @@ REACT_APP_PICSURE_SUBTITLE: ${self:custom.settings.picsureSubtitle}
localOverrides:
REACT_APP_LOCAL_DEV: true
REACT_APP_API_URL: 'http://localhost:4000'
REACT_APP_WEBSITE_URL: 'http://localhost:3000'
REACT_APP_PAGE_TITLE: LOCAL ${self:custom.settings.brandPageTitle}
REACT_APP_WEBSITE_URL: 'http://localhost:3000'

0 comments on commit fc2dec0

Please sign in to comment.