| 12345678910111213141516171819202122232425 |
- # Copy to .env.windows (Git ignored). Use UTF-8 and quote secrets containing # or spaces.
- # Paths may be absolute or relative to apps/desktop. Values are not shell-expanded.
- DSH_DESKTOP_APP_ID=com.deepseek.harness
- DSH_DESKTOP_AUTO_UPDATE_ENV=test
- DOWNLOAD_TEST_ORIGIN=
- # The selected mandatory-update origin is required, including unsigned and preparation builds.
- DSH_DESKTOP_MANDATORY_UPDATE_TEST_ORIGIN=https://harness-test.deepseek.com
- DSH_DESKTOP_MANDATORY_UPDATE_PROD_ORIGIN=https://harness.deepseek.com
- # Optional polling and fallback-page options; origin and authentication are selected automatically.
- # The fallback-page allowlist defaults to the selected service origin.
- # DSH_DESKTOP_MANDATORY_UPDATE_CONFIG='{"intervalMs":600000}'
- DSH_DESKTOP_WINDOWS_CER_FILE=
- DSH_DESKTOP_WINDOWS_SIGNTOOL=
- DSH_DESKTOP_WINDOWS_KEY_CONTAINER=
- DSH_DESKTOP_WINDOWS_TOKEN_PIN=
- # Optional upload configuration; packaging does not require these credentials.
- # DOWNLOAD_TEST_COS_BUCKET=
- # DOWNLOAD_TEST_COS_SECRET_ID=
- # DOWNLOAD_TEST_COS_SECRET_KEY=
- # DOWNLOAD_PROD_COS_BUCKET=
- # DOWNLOAD_PROD_COS_SECRET_ID=
- # DOWNLOAD_PROD_COS_SECRET_KEY=
|