-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4 from data-for-change/feat/header
change to vire
- Loading branch information
Showing
25 changed files
with
39,255 additions
and
548 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,21 +1,21 @@ | ||
# Urls | ||
REACT_APP_BASE_URL=https://www.anyway.co.il/ | ||
REACT_APP_REDIRECT_URL=/login-popup-redirect | ||
VITE_BASE_URL=https://www.anyway.co.il/ | ||
VITE_REDIRECT_URL=/login-popup-redirect | ||
|
||
REACT_APP_AUTH_URL=https://dev.anyway.co.il/ | ||
VITE_AUTH_URL=https://dev.anyway.co.il/ | ||
|
||
# === Behaviour === | ||
# Card tags for dev / staging | ||
REACT_APP_SHOW_META_TAGS=true | ||
VITE_SHOW_META_TAGS=true | ||
|
||
# Default zoom | ||
REACT_APP_DEFAULT_MAP_ZOOM=13 | ||
VITE_DEFAULT_MAP_ZOOM=13 | ||
|
||
# Should demo card be visible | ||
REACT_APP_SHOW_DEMO_CARDS=false | ||
VITE_SHOW_DEMO_CARDS=false | ||
|
||
# Should only operation cards be displayed | ||
REACT_APP_SHOW_ONLY_OPER_CARDS=false | ||
VITE_SHOW_ONLY_OPER_CARDS=false | ||
|
||
# MOCK used for get mock information when we in dev mode | ||
REACT_APP_SHOW_MOCK_INFORMATION=false | ||
VITE_SHOW_MOCK_INFORMATION=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,16 @@ | ||
# override .env | ||
# environment flags | ||
REACT_APP_ENV=production | ||
VITE_ENV=production | ||
|
||
# Keys | ||
REACT_APP_GOOGLE_MAP_KEY ='AIzaSyDUIWsBLkvIUwzLHMHos9qFebyJ63hEG2M' | ||
VITE_GOOGLE_MAP_KEY ='AIzaSyDUIWsBLkvIUwzLHMHos9qFebyJ63hEG2M' | ||
|
||
# Behaviour | ||
REACT_APP_SHOW_META_TAGS=false | ||
REACT_APP_SHOW_DEMO_CARDS=false | ||
REACT_APP_SHOW_ONLY_OPER_CARDS=true | ||
VITE_SHOW_META_TAGS=false | ||
VITE_SHOW_DEMO_CARDS=false | ||
VITE_SHOW_ONLY_OPER_CARDS=true | ||
|
||
# === Feature flags (use for hiding features until ready for production) === | ||
REACT_APP_LOGIN_READY_FOR_PROD=true | ||
REACT_APP_LOCATION_SEARCH_READY_FOR_PROD=false | ||
REACT_APP_LANGUAGE_READY_FOR_PROD=false | ||
VITE_LOGIN_READY_FOR_PROD=true | ||
VITE_LOCATION_SEARCH_READY_FOR_PROD=false | ||
VITE_LANGUAGE_READY_FOR_PROD=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,8 +1,8 @@ | ||
# override .env, .env.production | ||
# environment flags | ||
REACT_APP_ENV=staging | ||
VITE_ENV=staging | ||
|
||
# Behaviour | ||
REACT_APP_SHOW_META_TAGS=true | ||
REACT_APP_SHOW_DEMO_CARDS=true | ||
REACT_APP_SHOW_ONLY_OPER_CARDS=false | ||
VITE_SHOW_META_TAGS=true | ||
VITE_SHOW_DEMO_CARDS=true | ||
VITE_SHOW_ONLY_OPER_CARDS=false |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.