Some checks failed
Close stale issues and PRs / stale (push) Has been cancelled
78 lines
2.6 KiB
Plaintext
78 lines
2.6 KiB
Plaintext
# Ignore certificate errors (self-signed certificates)
|
|
#ALLOW_INSECURE_CERTS=true
|
|
|
|
# The base url that will be used for the test (default will be using "https://alpha.jitsi.net")
|
|
# If there is a tenant in the URL it must end with a slash (e.g. "https://alpha.jitsi.net/sometenant/")
|
|
#BASE_URL=
|
|
|
|
# Whether to use beta for the first participants
|
|
#BROWSER_CHROME_BETA=false
|
|
#BROWSER_FF_BETA=false
|
|
|
|
# A rest URL to be used by dial-in tests to invite jigasi to the conference
|
|
#DIAL_IN_REST_URL=
|
|
|
|
# A destination number to dialout, that auto answers and sends media
|
|
#DIAL_OUT_URL=
|
|
|
|
# The grid host url (https://mygrid.com/wd/hub)
|
|
#GRID_HOST_URL=
|
|
|
|
# Whether to run the browser in headless mode
|
|
#HEADLESS=false
|
|
|
|
# The tenant used when executing the iframeAPI tests, will override any tenant from BASE_URL if any
|
|
#IFRAME_TENANT=
|
|
|
|
# Configure properties for jaas-specific tests (specs/jaas). Note that some of the iFrame tests can also
|
|
# be used to test JaaS, they are configured separately via IFRAME_TENANT, JWT_KID, JWT_PRIVATE_KEY_PATH.
|
|
# Make sure this tenant is configured to not allow guests.
|
|
# The key ID
|
|
#JAAS_KID=
|
|
# The path to the private key used for generating JWT token (.pk) for jaas-specific tests
|
|
#JAAS_PRIVATE_KEY_PATH=
|
|
# The JaaS tenant, e.g. vpaas-magic-cookie-abcdabcd1234567890
|
|
#JAAS_TENANT=
|
|
|
|
# Enable debug logging. Note this includes private information from .env.
|
|
#JITSI_DEBUG=true
|
|
|
|
# An access token to use to create meetings (used for the first participant)
|
|
#JWT_ACCESS_TOKEN=
|
|
|
|
# The kid to use in the token for non-jaas-specific tests (though it could be a jaas key).
|
|
#JWT_KID=
|
|
|
|
# The path to the private key used for generating JWT token (.pk) for non-jaas-specific tests (though it could be a
|
|
# jaas key).
|
|
#JWT_PRIVATE_KEY_PATH=
|
|
|
|
# The count of workers that execute the tests in parallel
|
|
# MAX_INSTANCES=1
|
|
|
|
# To be able to match a domain to a specific address
|
|
# The format is "MAP example.com 1.2.3.4"
|
|
#RESOLVER_RULES=
|
|
|
|
# Room name prefix to use when creating new room names
|
|
#ROOM_NAME_PREFIX=
|
|
|
|
# Room name suffix to use when creating new room names
|
|
#ROOM_NAME_SUFFIX=
|
|
|
|
# A destination number to dialout, that auto answer and sends media audio and video
|
|
#SIP_JIBRI_DIAL_OUT_URL=
|
|
|
|
# The path to the browser video capture file
|
|
#VIDEO_CAPTURE_FILE=tests/resources/FourPeople_1280x720_30.y4m
|
|
|
|
# A shared secret to authenticate the webhook proxy connection
|
|
#WEBHOOKS_PROXY_SHARED_SECRET=
|
|
|
|
# The address of the webhooks proxy used to test the webhooks feature (e.g. wss://your.service)
|
|
#WEBHOOKS_PROXY_URL=
|
|
|
|
# A stream key abd broadcast ID that can be used by the tests to stream to YouTube
|
|
#YTUBE_TEST_STREAM_KEY=
|
|
#YTUBE_TEST_BROADCAST_ID=
|