.env.windows.example 1.1 KB

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