All checks were successful
Deploy Production (ss-tools.crewsportswear.app) / deploy (push) Successful in 2m47s
22 lines
599 B
Plaintext
22 lines
599 B
Plaintext
# Server Configuration
|
|
PORT=80
|
|
HOST=0.0.0.0
|
|
|
|
# SSL Configuration (only needed if not using Traefik)
|
|
# Set USE_SSL=true if you want to handle SSL directly
|
|
# Set USE_SSL=false when deploying behind Traefik/reverse proxy
|
|
USE_SSL=false
|
|
|
|
# SSL Certificate Paths (only used when USE_SSL=true)
|
|
# SSL_KEY_PATH=/etc/httpd/ssl/crewsportswear_app.key
|
|
# SSL_CERT_PATH=/etc/httpd/ssl/certs/current_cert.crt
|
|
|
|
# Screenshot Configuration
|
|
OUTPUT_DIR=/var/www/html/images/
|
|
BASE_URL=https://ss-tools.crewsportswear.app/
|
|
VIEWPORT_WIDTH=1366
|
|
VIEWPORT_HEIGHT=1100
|
|
WAIT_TIME=10000
|
|
|
|
# Viewer URLs (configured in config.js)
|