Добавлены скомпилированные релизы
This commit is contained in:
22
releases/ae_anons-v0.2.3-windows-x64/.env.example
Normal file
22
releases/ae_anons-v0.2.3-windows-x64/.env.example
Normal file
@@ -0,0 +1,22 @@
|
||||
# Synology NAS
|
||||
NAS_FQDN="https://your-nas.example.com"
|
||||
NAS_USER="your_username"
|
||||
NAS_PASS="your_password"
|
||||
NAS_FILE="/Team Folder/path/to/file.osheet"
|
||||
|
||||
# Logging (optional, defaults to info)
|
||||
RUST_LOG="info"
|
||||
|
||||
# Web Server (optional, defaults to 3000)
|
||||
WEB_PORT="3000"
|
||||
|
||||
# Nexrender
|
||||
NEXRENDER_API_URL="http://nexrender-server:3050/api/v1/jobs"
|
||||
OUTPUT_FOLDER="/path/to/output"
|
||||
|
||||
# After Effects Templates
|
||||
TEMPLATE_DOUBLE_SRC="file:///path/to/double_team_template.aep"
|
||||
TEMPLATE_SINGLE_SRC="file:///path/to/single_team_template.aep"
|
||||
TEMPLATE_COMPOSITION="main"
|
||||
TEMPLATE_OUTPUT_MODULE="h264"
|
||||
TEMPLATE_OUTPUT_EXT="mp4"
|
||||
Reference in New Issue
Block a user