22 lines
612 B
Text
22 lines
612 B
Text
VITE_STRIPE_PK=
|
|
VITE_SENTRY_ENABLED=
|
|
VITE_SENTRY_DSN=
|
|
# staging / production
|
|
VITE_SENTRY_ENV=staging
|
|
|
|
CYPRESS_CRED_EMAIL='owner@cypress.test'
|
|
CYPRESS_CRED_PASSWORD='12345678'
|
|
CYPRESS_TEST_PRIVATE_TOKEN='12345678'
|
|
|
|
### local
|
|
VITE_API_BASE_URL='http://localhost:1337/api'
|
|
VITE_API_BASE_URL='http://localhost:3000'
|
|
CYPRESS_API_BASE_URL='http://localhost:1337/api'
|
|
|
|
# this variable will not switch
|
|
DEBUG=1
|
|
|
|
### staging
|
|
# VITE_API_BASE_URL='https://app.develop.staging.example.com/api'
|
|
# VITE_BMM_SITE_URL='https://www.develop.staging.example.com'
|
|
# CYPRESS_API_BASE_URL='https://app.develop.staging.example.com/api'
|