Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Stop tracking .env with source #7

Merged
merged 2 commits into from
Jan 7, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 7 additions & 7 deletions .env → .env.example
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
VUE_APP_CACHE_MAX_AGE=3600
VUE_APP_BASE_URL=https://dev-hc.hotwax.io/api/
VUE_APP_RESOURCE_URL=
VUE_APP_I18N_LOCALE=en
VUE_APP_I18N_FALLBACK_LOCALE=en
VUE_APP_VIEW_SIZE=10
VUE_APP_CACHE_MAX_AGE=VUE_APP_CACHE_MAX_AGE
VUE_APP_BASE_URL=VUE_APP_BASE_URL
VUE_APP_RESOURCE_URL=VUE_APP_RESOURCE_URL
VUE_APP_I18N_LOCALE=VUE_APP_I18N_LOCALE
VUE_APP_I18N_FALLBACK_LOCALE=VUE_APP_I18N_FALLBACK_LOCALE
VUE_APP_VIEW_SIZE=VUE_APP_VIEW_SIZE
VUE_APP_ORD_IDENT_TYPE_ID=SHOPIFY_ORD_NAME
VUE_APP_CUST_LOYALTY_OPTIONS={"LoyaltyCustomer"Pass", "LoyaltyPlusOrder":"Pass +"}
VUE_APP_POLL_TIME=10000
VUE_APP_POLL_TIME=VUE_APP_POLL_TIME
VUE_APP_ORDER_FILTERS=["orderTypeId: SALES_ORDER", "facilityId:PRE_ORDER_PARKING OR facilityId:BACKORDER_PARKING", "orderStatusId: ORDER_APPROVED", "!orderItemStatusId: ITEM_CANCELLED" ]
VUE_APP_BRANDS=[{"id": "", "name": ""}, {"id": "", "name": ""}]
2 changes: 1 addition & 1 deletion .env.production
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_BASE_URL= https://hc.hotwax.io/api/
VUE_APP_BASE_URL=VUE_APP_BASE_URL
2 changes: 1 addition & 1 deletion .env.staging
Original file line number Diff line number Diff line change
@@ -1 +1 @@
VUE_APP_BASE_URL=https://dev-hc.hotwax.io/api/
VUE_APP_BASE_URL=VUE_APP_BASE_URL
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -30,3 +30,5 @@ npm-debug.log*
/plugins
/www
.firebase/

.env