-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
39 lines (31 loc) · 1.06 KB
/
Copy path.env.example
File metadata and controls
39 lines (31 loc) · 1.06 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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# Tauri Vue3 App Environment Variables
# Copy this file to .env and customize for your application
# Application Version (should match version in backend/Cargo.toml)
VERSION=0.0.0
# Application Information
APP_NAME=Tauri Vue3 App
APP_NAME_KEBAB=tauri-vue3-app
APP_IDENTIFIER=com.example.tauri-vue3-app
APP_DESCRIPTION=A modern desktop application built with Tauri v2 and Vue 3
APP_SUMMARY=Modern desktop application template
# Author Information
AUTHOR_NAME=Your Name
AUTHOR_EMAIL=your@email.com
# GitHub Repository
GITHUB_USER=yourname
GITHUB_REPO=your-app-name
# URLs
PROJECT_URL=https://github.com/yourname/your-app-name
HOMEPAGE_URL=https://yourdomain.com/your-app-name
DOCS_URL=https://yourdomain.com/your-app-name
# Analytics (Optional - remove or leave empty to disable)
GOOGLE_ANALYTICS_ID=G-XXXXXXXXXX
# Package Manager Settings
CHOCOLATEY_TAGS=application desktop tauri vue gui
HOMEBREW_DESC=Desktop application built with Tauri v2 and Vue 3
# Docker Build Settings (optional)
# BUILD_CPUS=4
# BUILD_MEMORY=8g
# CARGO_BUILD_JOBS=4
# MAKEFLAGS=-j4
# INCLUDE_APPIMAGE=false