Skip to content

Commit

Permalink
Merge pull request #464 from culturecreates/feature/issue-130
Browse files Browse the repository at this point in the history
chore: updated production env for adding quick create features
  • Loading branch information
AbhishekPAnil authored Aug 7, 2023
2 parents 3441f6d + 0c3dfb7 commit 610010b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .env.production
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ REACT_APP_API_URL="https://api.cms.footlight.io"
REACT_APP_DEEPL_URL="https://www.deepl.com/translator#"
REACT_APP_HELP_EN_URL="https://footlight.gitbook.io/footlight-cms-guide"
REACT_APP_HELP_FR_URL="https://footlight.gitbook.io/guide-footlight-cms"
REACT_APP_FEATURE_FLAG_QUICK_CREATE_ORGANIZATION=false
REACT_APP_FEATURE_FLAG_ORG_PERSON_PLACE_VIEW=false
REACT_APP_FEATURE_FLAG_QUICK_CREATE_PEOPLE_PLACE=false
REACT_APP_FEATURE_FLAG_QUICK_CREATE_ORGANIZATION=true
REACT_APP_FEATURE_FLAG_ORG_PERSON_PLACE_VIEW=true
REACT_APP_FEATURE_FLAG_QUICK_CREATE_PEOPLE_PLACE=true
REACT_APP_ENV="production"

0 comments on commit 610010b

Please sign in to comment.