-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path.env.example
More file actions
18 lines (15 loc) · 1.07 KB
/
Copy path.env.example
File metadata and controls
18 lines (15 loc) · 1.07 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# ─── gRPC Server ───────────────────────────────────────
GRPC_PORT=50060
# ─── Database ──────────────────────────────────────────
# Absolute path to the SQLite database file.
# Update this to match your local checkout path.
DATABASE_URL=sqlite:///absolute/path/to/bufstack/backend/data.db
# ─── Auth (Clerk) ─────────────────────────────────────
# TODO: backend reads these directly — duplicated from frontend/.env for now.
# Required when auth is enabled in the backend middleware.
# NUXT_CLERK_SECRET_KEY=sk_test_...
# NUXT_PUBLIC_CLERK_PUBLISHABLE_KEY=pk_test_...
# ─── Push Notifications (optional) ────────────────────
# VAPID_PRIVATE_KEY_PEM="-----BEGIN EC PRIVATE KEY-----\n...\n-----END EC PRIVATE KEY-----"
# VAPID_SUBJECT=mailto:you@example.com
# NUXT_PUBLIC_VAPID_PUBLIC_KEY=