Files
screenshot-tools/.env
Frank John Begornia c926590e1d first commit
2025-12-23 01:51:15 +08:00

22 lines
597 B
Bash

# 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://crewsportswear.app:5955/
VIEWPORT_WIDTH=1366
VIEWPORT_HEIGHT=1100
WAIT_TIME=10000
# Viewer URLs (configured in config.js)