17 lines
457 B
Bash
17 lines
457 B
Bash
# Template Paths
|
|
# TEMPLATES_ROOT should point to the directory containing the 'apps' folder
|
|
# Template paths in templates-data.ts are relative to this root (e.g., 'apps/synapse')
|
|
TEMPLATES_ROOT=/path/to/templates-new
|
|
SCREENSHOTS_PATH=/path/to/screenshots
|
|
|
|
# Build Configuration
|
|
BUILD_TIMEOUT=600000
|
|
TMP_DIR=/tmp/hanzo-templates
|
|
|
|
# API (optional)
|
|
NEXT_PUBLIC_HANZO_API=https://api.hanzo.ai
|
|
|
|
# Download Settings
|
|
ZIP_COMPRESSION_LEVEL=9
|
|
CLEANUP_TIMEOUT=60000
|