add WEB_PORT
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user