forked from uptimekit/uptimekit
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
55 lines (46 loc) · 1.76 KB
/
.env.example
File metadata and controls
55 lines (46 loc) · 1.76 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
45
46
47
48
49
50
51
52
53
54
55
# ============================================
# UptimeKit Environment Configuration
# ============================================
# Copy this file to .env and update values
# All apps and packages load from this single .env file
# ============================================
# Database
# ============================================
DATABASE_URL=postgresql://postgres:postgres@localhost:5432/uptimekit
# ============================================
# Authentication (Better Auth)
# ============================================
BETTER_AUTH_SECRET=change_me_to_a_secure_secret
BETTER_AUTH_URL=http://localhost:3000
# ============================================
# Application Settings
# ============================================
NEXT_PUBLIC_SELFHOSTED=true
NEXT_PUBLIC_URL=http://localhost:3000
# ============================================
# OAuth Providers (optional)
# ============================================
DISCORD_CLIENT_ID=
DISCORD_CLIENT_SECRET=
GITHUB_CLIENT_ID=
GITHUB_CLIENT_SECRET=
# ============================================
# ClickHouse Analytics
# ============================================
CLICKHOUSE_URL=http://localhost:8123
CLICKHOUSE_USER=default
CLICKHOUSE_PASSWORD=
# ============================================
# Redis (required for scheduler and caching)
# ============================================
REDIS_URL=redis://localhost:6379
# ============================================
# Port Configuration (optional)
# ============================================
DASH_PORT=3000
STATUS_PAGE_PORT=3001
# ============================================
# Status Page Configuration
# ============================================
# Domain where status pages are accessible via slug (e.g., status.uptimekit.com/acme)
NEXT_PUBLIC_STATUS_PAGE_DOMAIN=status.uptimekit.com