Updates .env files to use a consistent comment style for base URLs. This change improves readability and maintainability of the environment configuration files.
21 lines
No EOL
637 B
Text
21 lines
No EOL
637 B
Text
# .env.example
|
|
# Environment configuration
|
|
|
|
# Environment type (uncomment one)
|
|
NODE_ENV="dev"
|
|
# NODE_ENV="qa"
|
|
# NODE_ENV="sys"
|
|
|
|
# Base URLs by environment (uncomment the one you need)
|
|
BASE_URL="https://selfservice.dev.glassclaim.com"
|
|
# BASE_URL="https://selfservice.test.glassclaim.com"
|
|
# BASE_URL="https://www-test2.safelite.com/fmg/?fmgPage=vehicle"
|
|
|
|
# API endpoints (uncomment to match your BASE_URL)
|
|
CCIS_API_URL="https://api.test.belronus.io"
|
|
|
|
# Admin service API URL
|
|
ADMIN_SERVICE_API_URL="https://issadminapi.dev.sagaws.net/iss-admin/api/v1/"
|
|
|
|
# API authentication (replace with actual value when running tests)
|
|
CCIS_API_AUTH="" |