-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy path.env.example
More file actions
25 lines (24 loc) · 1.39 KB
/
Copy path.env.example
File metadata and controls
25 lines (24 loc) · 1.39 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
# Local desktop signing settings.
# Keep real values in .env only. Never commit private keys, credentials, or account-specific values.
APPLE_SIGNING_IDENTITY="Developer ID Application: Your Name (TEAMID)"
APPLE_API_KEY="YOUR_KEY_ID"
APPLE_API_ISSUER="YOUR_ISSUER_ID"
APPLE_API_KEY_PATH="$HOME/.appstoreconnect/private_keys/AuthKey_YOUR_KEY_ID.p8"
WINDOWS_SIGNING_ENDPOINT="https://REGION.codesigning.azure.net"
WINDOWS_SIGNING_ACCOUNT_NAME="YOUR_ARTIFACT_SIGNING_ACCOUNT"
WINDOWS_SIGNING_CERTIFICATE_PROFILE_NAME="YOUR_CERTIFICATE_PROFILE"
# Optional overrides when auto-discovery cannot find the local signing tools.
# WINDOWS_SIGNING_SIGNTOOL_PATH="C:\\Program Files (x86)\\Windows Kits\\10\\bin\\10.0.26100.0\\x64\\signtool.exe"
# WINDOWS_SIGNING_DLIB_PATH="$HOME/.nuget/packages/microsoft.artifactsigning.client/VERSION/bin/x64/Azure.CodeSigning.Dlib.dll"
# WINDOWS_SIGNING_ALLOW_INTERACTIVE_BROWSER=0
# WINDOWS_SIGNING_TIMEOUT_MS=300000
# Optional anonymous telemetry settings.
# These values are public client configuration when included in a web or desktop build.
# Keep TELEMETRY_ENABLED=0 for local development unless you are intentionally testing telemetry.
TELEMETRY_PROVIDER=posthog
TELEMETRY_POSTHOG_PROJECT_KEY=phc_your_project_key
TELEMETRY_POSTHOG_HOST=https://us.i.posthog.com
TELEMETRY_ENABLED=0
# Optional release/build labels.
# TELEMETRY_BUILD_CHANNEL=release
# TELEMETRY_DISTRIBUTION=web_standalone