-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
executable file
·38 lines (28 loc) · 1.31 KB
/
.env.example
File metadata and controls
executable file
·38 lines (28 loc) · 1.31 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
# ©AngelaMos | 2025
# Environment Configuration
# =============================================================================
# REQUIRED - Docker Compose
# =============================================================================
POSTGRES_DB=killprocess
POSTGRES_USER=killuser
POSTGRES_PASSWORD=your_secure_password_here
# =============================================================================
# REQUIRED - Backend
# =============================================================================
GITHUB_TOKEN=ghp_your_github_personal_access_token
GITHUB_USERNAME=your_github_username
# =============================================================================
# REQUIRED - Cloudflare Tunnel (Production)
# =============================================================================
CLOUDFLARE_TUNNEL_TOKEN=your_cloudflare_tunnel_token
# =============================================================================
# HOST PORTS (change if conflicts)
# =============================================================================
NGINX_HOST_PORT=8095
BACKEND_HOST_PORT=8096
# =============================================================================
# OPTIONAL - Defaults shown
# =============================================================================
RUST_LOG=info
ENVIRONMENT=production
VITE_API_URL=/api