mirror of
https://github.com/Pandipipas/scoreko-electron-dev.git
synced 2026-06-05 21:22:07 +00:00
deleted unnecesary
This commit is contained in:
+13
-9
@@ -1,24 +1,28 @@
|
||||
# Runtime / app
|
||||
# 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
|
||||
SCOREKO_APP_ICON_PATH=static/icons/icon.ico
|
||||
|
||||
# NodeCG
|
||||
# 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
|
||||
# Timing & Lifecycles (Required)
|
||||
ELECTRON_LOAD_DELAY_MS=10000
|
||||
NODECG_STARTUP_TIMEOUT_MS=120000
|
||||
NODECG_KILL_TIMEOUT_MS=2500
|
||||
|
||||
# Updates
|
||||
# Automated Updates Configuration (Required)
|
||||
SCOREKO_UPDATES_ENABLED=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$
|
||||
SCOREKO_UPDATE_CHECK_DELAY_MS=5000
|
||||
# SCOREKO_UPDATE_CONFIG_PATH=static/updates.json
|
||||
|
||||
# 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$
|
||||
|
||||
Reference in New Issue
Block a user