init commit
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 58s
Some checks failed
Build and Push Docker Image / build-and-push (push) Failing after 58s
This commit is contained in:
17
.env.example
Normal file
17
.env.example
Normal file
@@ -0,0 +1,17 @@
|
||||
# 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=Welcome to Pa11y Dashboard!
|
||||
|
||||
# Enable automatic testing with cron expression
|
||||
# Examples:
|
||||
# 0 2 * * * = Daily at 2 AM
|
||||
# 0 */6 * * * = Every 6 hours
|
||||
WEBSERVICE_CRON=false
|
Reference in New Issue
Block a user