All checks were successful
Build and Push Docker Image / build-and-push (push) Successful in 5m3s
18 lines
563 B
Plaintext
18 lines
563 B
Plaintext
# Pa11y Dashboard Configuration
|
|
# Copy this file to .env and customize as needed
|
|
|
|
# Port to expose Pa11y Dashboard on your host machine
|
|
PA11Y_PORT=4000
|
|
|
|
# Make the dashboard read-only (true/false)
|
|
READONLY=false
|
|
|
|
# Optional site message to display on homepage
|
|
SITE_MESSAGE=
|
|
|
|
# Enable automatic testing with cron expression
|
|
# Leave commented out to disable automatic testing
|
|
# Uncomment and set to enable:
|
|
# WEBSERVICE_CRON=0 2 * * * # Daily at 2 AM
|
|
# WEBSERVICE_CRON=0 */6 * * * # Every 6 hours Configuration
|
|
# Copy this file to .env and customize as needed |