Adds local FMG base URL option
Adds a commented-out base URL for a local FMG server instance to the development environment configuration. This allows developers to easily test against a local version of FMG by uncommenting the appropriate line.
This commit is contained in:
parent
f249890f9b
commit
5a5be03cc1
1 changed files with 2 additions and 1 deletions
|
|
@ -9,6 +9,8 @@ SKIP_CONTENT_SITE=false
|
|||
# Base URLs by environment (uncomment the one you need)
|
||||
# qa
|
||||
BASE_URL="https://www-qa2.safelite.com/"
|
||||
# local version of FMG (after running the local server)
|
||||
# BASE_URL="http://localhost:8080/fmg/"
|
||||
# qa with skipToInsurance Turned Off
|
||||
# BASE_URL="https://fixmyglassqa.safelite.com/?cns=all&experiments=ConceptFunnel=ConceptFunnel_V1=ConceptFunnel_VinAndEmailOptional=true,NextGen_IGQSkipToInsurance=NextGen_IGQSkipToInsurance_V1=NextGen_IGQSkipToInsurance_CONTROL=true"
|
||||
# sys
|
||||
|
|
@ -25,4 +27,3 @@ 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="undefined"
|
||||
|
||||
SKIP_CONTENT_SITE=false
|
||||
Loading…
Reference in a new issue