add WEB_PORT

This commit is contained in:
2026-04-17 14:20:43 +03:00
parent bb371e1b71
commit fe13a5e3a7
4 changed files with 331 additions and 109 deletions

View File

@@ -4,9 +4,12 @@ NAS_USER="your_username"
NAS_PASS="your_password"
NAS_FILE="/Team Folder/path/to/file.osheet"
#Loging
# Logging
RUST_LOG="info"
# Web Server
WEB_PORT="3000"
# Nexrender
NEXRENDER_API_URL="http://nexrender-server:3050/api/v1/jobs"
OUTPUT_FOLDER="/path/to/output"