forked from frectonz/quizzy
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.env.example
More file actions
21 lines (17 loc) · 1 KB
/
Copy path.env.example
File metadata and controls
21 lines (17 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ── Database ─────────────────────────────────────────────────
# Local Docker PostgreSQL (start with: docker-compose up)
DATABASE_URL=postgresql://quizinart:password@localhost:5432/quizinart
# Neon (production / staging)
#DATABASE_URL=postgresql://user:password@host/dbname?sslmode=require
# ── Server ───────────────────────────────────────────────────
ADDRESS=127.0.0.1:1414
RUST_LOG=info
SECURE_COOKIES=false
# ── Email verification (leave empty to skip in local dev) ────
RESEND_API_KEY=
BASE_URL=http://127.0.0.1:1414
# ── Google login (leave empty to hide the Google button) ─────
# Create an OAuth 2.0 Client ID (type: Web application) in Google Cloud Console
# and register <BASE_URL>/auth/google/callback as an authorized redirect URI.
GOOGLE_CLIENT_ID=
GOOGLE_CLIENT_SECRET=