Files
screenshot-tools/.env.example
Frank John Begornia 82ad68a4d2
All checks were successful
Deploy Production (ss-tools.crewsportswear.app) / deploy (push) Successful in 56s
Update BASE_URL in environment configurations for consistency across services
2025-12-23 02:27:31 +08:00

22 lines
601 B
Plaintext

# Server Configuration
PORT=5955
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)