Skip to content

Instantly share code, notes, and snippets.

@LucasPadovan
Created March 11, 2022 18:23
Show Gist options
  • Save LucasPadovan/ed225a259bd0f6b00fa4551ef99a4d6e to your computer and use it in GitHub Desktop.
Save LucasPadovan/ed225a259bd0f6b00fa4551ef99a4d6e to your computer and use it in GitHub Desktop.
Env file SFC
NODE_ENV="development"
SENTRY_DSN="https://6c747db5b08e4cc9bb9bf80ea76ad807@o417197.ingest.sentry.io/5773813"
EMAIL_SERVICE_URL=""
PAYPAL_CLIENT_ID=""
PAYPAL_CLIENT_SECRET=""
UNBXD_SITE_ID="dev-shoesforcrews-com812371608054982"
UNBXD_API_KEY="8cc4cb455045d0b216c1dd3144d8a81c"
#AVA_TAX_AUTH=MjAwMDE2OTYzMjo2NzA3NzEzMTk5QkIyMDQ5
#UNBXD_MS_ENDPOINT="https://products.dev.sfc.merce.io"
#CMS_API="http://localhost:1337"
#SFC_API_PROXY_ENDPOINT="http://localhost:8082"
## Remote develop
#UNBXD_MS_ENDPOINT="https://products.dev.sfc.merce.io"
#CMS_API="https://strapi.dev.sfc.merce.io"
#SFC_API_PROXY_ENDPOINT="https://api.dev.sfc.merce.io"
#CACHE_ENDPOINT="https://cache.dev.sfc.merce.io/cache"
#CMS_SERVICE_ENDPOINT="https://strapi.dev.sfc.merce.io"
#CACHE_SERVICE_ENDPOINT="https://cache.dev.sfc.merce.io/cache"
## Remote staging
UNBXD_MS_ENDPOINT="https://products.staging.sfc.merce.io"
CMS_API="https://strapi.staging.sfc.merce.io"
SFC_API_PROXY_ENDPOINT="https://api.staging.sfc.merce.io"
CACHE_ENDPOINT="https://cache.staging.sfc.merce.io/cache"
CMS_SERVICE_ENDPOINT="https://strapi.staging.sfc.merce.io"
CACHE_SERVICE_ENDPOINT="https://cache.staging.sfc.merce.io/cache"
## Remote uat
#UNBXD_MS_ENDPOINT="https://products.uat.sfc.merce.io"
#CMS_API="https://strapi.uat.sfc.merce.io"
#SFC_API_PROXY_ENDPOINT="https://api.uat.sfc.merce.io"
#CACHE_ENDPOINT="https://cache.uat.sfc.merce.io/cache"
#CMS_SERVICE_ENDPOINT="https://strapi.uat.sfc.merce.io"
#CACHE_SERVICE_ENDPOINT="https://cache.uat.sfc.merce.io/cache"
## Remote prod
#UNBXD_MS_ENDPOINT="https://products.prod.sfc.merce.io"
#CMS_API="https://rev-cms.shoesforcrews.com"
#SFC_API_PROXY_ENDPOINT="https://rev-api-proxy.shoesforcrews.com"
#CACHE_ENDPOINT="https://rev-cache.shoesforcrews.com/cache"
#CMS_SERVICE_ENDPOINT="merce-strapi-sfc:1337"
#CACHE_SERVICE_ENDPOINT="merce-redis-cache-ms-sfc:8080/cache"
# use URL based endpoints during build
# CMS_SERVICE_ENDPOINT="https://strapi.dev.sfc.merce.io"
# CACHE_SERVICE_ENDPOINT="https://cache.dev.sfc.merce.io/cache"
UNBXD_CACHE_ENDPOINT=""
WHITELIST="http://localhost:3011,http://localhost:3000"
IMAGE_TRANSFORMATION_PROXY_URL='http://image-proxy.dev.sandbox.merce.io'
PAGE_TTL=1
VERSION="localhost"
CURRENT_NODE_ENV='LOCAL'
CONFIG_ENV='local'
IS_DEV='TRUE'
GTM_ENV= "env-3"
GTM_AUTH= "8UqmjS6ATsxh3OIhHPIQmA"
BRAINTREE_TOKENIZATION_KEY="sandbox_fwwz33cc_m7xfbvdjdht5trvw"
CHASE_PIE_SUBSCRIBER_ID="100000000060"
CHASE_PIE_URL="https://safetechpageencryptionvar.chasepaymentech.com"
CHASE_KAPTCHA_URL="https://securevar.paymentech.com"
CHASE_MERCHANT_ID="300344"
ENCRYPTION_KEY=dOwI5b7avL4C2FYIinLPk24DKTcSdsLfCNDZyHx4dJ4=
AVA_TAX_ENDPOINT=https://sandbox-rest.avatax.com/api/v2
AVA_TAX_AUTH=MjAwMDE2OTYzMjo5MERBOUFDNDA0NjQ1MTMz
SFC_BACKEND_API="https://sfcdev2.shoesforcrews.com/rest/APIServices/V1"
AFTERPAY_URL="https://portal.sandbox.afterpay.com/afterpay.js"
AFTERPAY_SCRIPT="https://static-us.afterpay.com/javascript/present-afterpay.js"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment