forked from NexGenStudioDev/CommDesk
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
17 lines (13 loc) · 727 Bytes
/
.env.example
File metadata and controls
17 lines (13 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# CommDesk local environment template
# Copy this file to .env and set values before running signed builds.
# Example: cp .env.example .env
# Preferred for local signed builds: path to private key file generated by Tauri signer.
# Generate it with: pnpm tauri:keys:generate
# TAURI_SIGNING_PRIVATE_KEY_PATH=/home/your-user/.tauri/commdesk.key
# Set if your private key is password-protected, otherwise keep empty.
TAURI_SIGNING_PRIVATE_KEY_PASSWORD=
# Optional alternative: provide full private key content directly (advanced/CI usage).
# If set, this takes precedence over TAURI_SIGNING_PRIVATE_KEY_PATH in scripts.
TAURI_SIGNING_PRIVATE_KEY=
# Optional for local release tooling that talks to GitHub API.
# GITHUB_TOKEN=