diff --git a/.env.example b/.env.example index d3d296c..34e2330 100644 --- a/.env.example +++ b/.env.example @@ -4,10 +4,10 @@ NAS_USER="your_username" NAS_PASS="your_password" NAS_FILE="/Team Folder/path/to/file.osheet" -# Logging +# Logging (optional, defaults to info) RUST_LOG="info" -# Web Server +# Web Server (optional, defaults to 3000) WEB_PORT="3000" # Nexrender @@ -15,8 +15,8 @@ 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.aepx" -TEMPLATE_SINGLE_SRC="file:///path/to/single_team_template.aepx" +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" \ No newline at end of file diff --git a/README.md b/README.md index 9b59e55..5a37a0b 100644 --- a/README.md +++ b/README.md @@ -108,10 +108,10 @@ RUST_LOG=debug ./target/release/ae_anons # Или с указанием другого порта через .env файл # WEB_PORT=8080 ./target/release/ae_anons --web -# Сервер будет доступен по адресу http://localhost:3000 (или указанному порту) -## Веб-интерфейс ``` +## Веб-интерфейс + После запуска веб-сервера откройте браузер: - Главная страница: