-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env_template
More file actions
39 lines (30 loc) · 816 Bytes
/
Copy path.env_template
File metadata and controls
39 lines (30 loc) · 816 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
# JWT secret for signing tokens
JWT_SECRET=""
# Database configuration
POSTGRES_USER="admin"
POSTGRES_DB="admin"
POSTGRES_PASSWORD=""
# Google OAuth credentials
GOOGLE_CLIENT_ID=""
GOOGLE_CLIENT_SECRET=""
GOOGLE_REDIRECT_URL=""
GOOGLE_REDIRECT_URL=""
# GitHub OAuth credentials(not implemented)
# GITHUB_CLIENT_ID=""
# GITHUB_CLIENT_SECRET="your-github-client-secret"
# GITHUB_REDIRECT_URL=""
# Database connection
DATABASE_URL=""
# Optional envs used by db-backup
PGUSER="admin"
PGPASSWORD="password"
PGDATABASE="admin"
PGHOST="db"
# SeaweedFS configuration
SEAWEEDFS_FILER_URL=""
SEAWEEDFS_BASE_PATH="/bookapp"
# Resend email service actual domain verified in resend not the subdomain if not verified.
RESEND_API_KEY=""
RESEND_EMAIL=""
# Cookie security (leave empty to auto-detect HTTPS)
COOKIE_SECURE=""