Files
org-social-live-preview/.env.example
Andros Fenollosa 1dd4b0b07d Updated welcome
2025-10-05 15:44:28 +02:00

15 lines
434 B
Plaintext

# Flask Server Configuration
FLASK_ENV=production
FLASK_DEBUG=False
# Server URL configuration
PROTOCOL=http # Protocol: http or https
DOMAIN=localhost # Domain name
EXTERNAL_PORT=8080 # External port (exposed on host)
# Cache timeout (in seconds)
# CACHE_TIMEOUT: Preview cards cache duration
# CACHE_FILE_TIMEOUT: Remote social.org files cache duration
CACHE_TIMEOUT=30
CACHE_FILE_TIMEOUT=30