.env.macos.example 1.5 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. # Copy to .env.macos (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_MACOS_SIGNING_IDENTITY=
  13. DSH_DESKTOP_MACOS_TEAM_ID=
  14. # Required local p12 containing the Developer ID Application certificate and private key.
  15. # CSC_KEY_PASSWORD is the p12 export password, not an Apple account or login password.
  16. # An explicitly empty password is accepted for an unencrypted p12.
  17. CSC_LINK=
  18. CSC_KEY_PASSWORD=
  19. # Choose exactly one notarization strategy; leave the others commented out.
  20. APPLE_API_KEY=
  21. APPLE_API_KEY_ID=
  22. APPLE_API_ISSUER=
  23. # APPLE_KEYCHAIN_PROFILE=
  24. # APPLE_KEYCHAIN=
  25. # APPLE_ID=
  26. # APPLE_APP_SPECIFIC_PASSWORD=
  27. # APPLE_TEAM_ID=
  28. # Optional upload configuration; packaging does not require these credentials.
  29. # DOWNLOAD_TEST_COS_BUCKET=
  30. # DOWNLOAD_TEST_COS_SECRET_ID=
  31. # DOWNLOAD_TEST_COS_SECRET_KEY=
  32. # DOWNLOAD_PROD_COS_BUCKET=
  33. # DOWNLOAD_PROD_COS_SECRET_ID=
  34. # DOWNLOAD_PROD_COS_SECRET_KEY=