forked from SuperKali/armbian-imager
-
-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.env.example
More file actions
28 lines (24 loc) · 1018 Bytes
/
.env.example
File metadata and controls
28 lines (24 loc) · 1018 Bytes
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
# ==========================================
# Armbian Imager - Environment Variables
# ==========================================
# Copy this file to .env for local development
# Variables prefixed with VITE_ are exposed to the frontend
#
# .env - Default development values
# .env.local - Local overrides (gitignored)
# .env.production - Production build values
# App Info
VITE_APP_NAME=Armbian Imager
# Note: Version is managed in tauri.conf.json and accessible via @tauri-apps/api/app
# Armbian URLs (for reference - actual API calls are in Rust backend)
VITE_ARMBIAN_WEBSITE=https://www.armbian.com
VITE_ARMBIAN_DOCS=https://docs.armbian.com
VITE_ARMBIAN_FORUM=https://forum.armbian.com
VITE_ARMBIAN_GITHUB=https://github.com/armbian
# Project URLs
VITE_PROJECT_REPO=https://github.com/armbian/armbian-imager
VITE_PROJECT_ISSUES=https://github.com/armbian/armbian-imager/issues
# Development Settings
# Set to true to enable dev tools and debug features
VITE_DEV_TOOLS=true
VITE_DEBUG_MODE=true