mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-05 21:22:07 +00:00
29 lines
1.0 KiB
Bash
29 lines
1.0 KiB
Bash
# SCOREKO Configuration File Template
|
|
# Copy this file to '.env' in the application root and edit as needed.
|
|
|
|
# Application Information (Required)
|
|
SCOREKO_APP_TITLE=Scoreko
|
|
SCOREKO_APP_USER_MODEL_ID=com.scoreko.desktop
|
|
SCOREKO_APP_USER_DATA_DIRECTORY=scoreko
|
|
SCOREKO_APP_ICON_PATH=static/icons/icon.ico
|
|
|
|
# NodeCG Managed Runtime Configuration (Required)
|
|
NODECG_BUNDLE_NAME=scoreko-dev
|
|
NODECG_PORT=9090
|
|
SCOREKO_DASHBOARD_ROUTE=dashboard/scoreko-dev/main.html?standalone=true
|
|
SCOREKO_LOADING_ROUTE=dashboard/loading/main.html?standalone=true
|
|
|
|
# Timing & Lifecycles (Required)
|
|
ELECTRON_LOAD_DELAY_MS=10000
|
|
NODECG_STARTUP_TIMEOUT_MS=120000
|
|
NODECG_KILL_TIMEOUT_MS=2500
|
|
|
|
# Automated Updates Configuration (Required)
|
|
SCOREKO_UPDATES_ENABLED=true
|
|
SCOREKO_UPDATE_CHECK_DELAY_MS=5000
|
|
|
|
# Optional Update Release Source (Only required if SCOREKO_UPDATES_ENABLED is true)
|
|
SCOREKO_UPDATE_API_URL=http://gitea.local/api/v1/repos/OWNER/REPO/releases/latest
|
|
SCOREKO_UPDATE_RELEASE_PAGE_URL=http://gitea.local/OWNER/REPO/releases
|
|
SCOREKO_UPDATE_ASSET_PATTERN=Scoreko-setup-.*\.exe$
|