mirror of
https://github.com/blw1138/Zordon.git
synced 2025-12-17 16:58:12 +00:00
* Fix issue with engine not being available to download * Add version caches to ffmpeg downloader * Remove some test parameters * "releases" should be "release" in linux ffmpeg url * CPU was incorrectly reported as OS * Fix naming structure for FFMPEG downloads for linux * More linux ffmpeg work * Improved error handling * WIP * Consolidate platform reporting to not use platform directly * Fix missing folder name * Fix project output naming * Undo config.yaml commit * Add is_engine_available API call * Fix issue where subjobs would not find servers
10 lines
259 B
YAML
10 lines
259 B
YAML
upload_folder: "~/zordon-uploads/"
|
|
update_engines_on_launch: true
|
|
max_content_path: 100000000
|
|
server_log_level: info
|
|
flask_log_level: error
|
|
flask_debug_enable: false
|
|
queue_eval_seconds: 1
|
|
port_number: 8080
|
|
enable_split_jobs: true
|
|
download_timeout_seconds: 120 |