-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.local.example
More file actions
44 lines (38 loc) · 1.51 KB
/
.env.local.example
File metadata and controls
44 lines (38 loc) · 1.51 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
40
41
42
43
44
# Multiple Instance Configuration
# Copy this file to .env.local and uncomment the instance you want to run
# Each instance should be in its own project directory to avoid conflicts
# Vue Inspector - Editor preference for clicking components to open in IDE
# Usage: Press Ctrl+Shift in browser to toggle inspector, then click any Vue component
# Options:
# 'code' - Visual Studio Code (default)
# 'visual-studio' - Visual Studio (uses visualstudio.bat wrapper)
# 'webstorm', 'atom', 'sublime', etc. - Other supported editors
#VITE_EDITOR=code
# Mailpit Configuration (Development Only)
# Override the default Mailpit installation directory if needed
# Default: C:\Tools\mailpit
#MAILPIT_INSTALL_DIR=C:\Tools\mailpit
# Jenkins Build Trigger (pre-push hook)
# Get your API token from Jenkins: User menu > Configure > API Token
#JENKINS_USER=your-username
#JENKINS_API_TOKEN=your-api-token
#JENKINS_JOB_TOKEN=your-job-token
#JENKINS_URL=https://your-jenkins-server/job/YourJob/buildWithParameters
# Instance 2
#VITE_PORT=5174
#VITE_HMR_PORT=24679
#ASPNETCORE_HTTPS_PORT=7158
#ASPNETCORE_URLS=https://localhost:7158;http://localhost:5001
#VITE_SERVER_URL=https://localhost:5174
# Instance 3
#VITE_PORT=5175
#VITE_HMR_PORT=24680
#ASPNETCORE_HTTPS_PORT=7159
#ASPNETCORE_URLS=https://localhost:7159;http://localhost:5002
#VITE_SERVER_URL=https://localhost:5175
# Instance 4
#VITE_PORT=5176
#VITE_HMR_PORT=24681
#ASPNETCORE_HTTPS_PORT=7160
#ASPNETCORE_URLS=https://localhost:7160;http://localhost:5003
#VITE_SERVER_URL=https://localhost:5176