-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
38 lines (32 loc) · 1.17 KB
/
.env.example
File metadata and controls
38 lines (32 loc) · 1.17 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
# =========================================
# Environment Example for FE
# =========================================
# App environment mode
# Options: development | production
VITE_APP_MODE=development
# -----------------------------------------
# Backend API configuration
# -----------------------------------------
# Base URL of your backend server
# Example: http://localhost:8080 or https://api-server.com
VITE_API_BASE_URL=
# -----------------------------------------
# Authentication
# -----------------------------------------
# Optional: JWT secret key (if used locally for mock auth)
VITE_JWT_SECRET=
# -----------------------------------------
# File Upload / Audio Processing
# -----------------------------------------
# Max file size limit in MB (used for client-side validation)
VITE_MAX_FILE_SIZE_MB=20
# -----------------------------------------
# UI & Localization
# -----------------------------------------
# Supported language (e.g., en, ko)
VITE_DEFAULT_LANGUAGE=ko
# -----------------------------------------
# AI / Transcription Service (Future Integration)
# -----------------------------------------
# Placeholder for AI model API endpoint
VITE_AI_SERVICE_URL=