-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
41 lines (29 loc) · 825 Bytes
/
.env.example
File metadata and controls
41 lines (29 loc) · 825 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
29
30
31
32
33
34
35
36
37
38
39
40
41
# === Required in Production ===
# Rust backend URL — all /api/* calls are proxied here
RUST_BACKEND_URL=http://rust-backend:8080
# === Docker Compose Production ===
# PostgreSQL password (no default — must be set)
POSTGRES_PASSWORD=
# App port mapping (default: 13300)
APP_PORT=13300
# === Optional ===
# Auth provider: "default" (local password) or "keycloak"
AUTH_PROVIDER=default
# Keycloak (required if AUTH_PROVIDER=keycloak)
# KEYCLOAK_URL=
# KEYCLOAK_REALM=
# KEYCLOAK_CLIENT_ID=
# KEYCLOAK_CLIENT_SECRET=
# Session secret for cookie signing
# SESSION_SECRET=
# Cron secret for scheduled job auth
# CRON_SECRET=
# Xendit API key
# XENDIT_SECRET_KEY=
# XENDIT_WEBHOOK_TOKEN=
# LemonSqueezy API key
# LEMONSQUEEZY_API_KEY=
# LEMONSQUEEZY_WEBHOOK_SECRET=
# Email (Resend)
# RESEND_API_KEY=
# EMAIL_FROM=