forked from nathfavour/id
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathenv.sample
More file actions
44 lines (36 loc) · 1.39 KB
/
env.sample
File metadata and controls
44 lines (36 loc) · 1.39 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
NEXT_PUBLIC_APPWRITE_PROJECT=
NEXT_PUBLIC_APPWRITE_ENDPOINT=
APPWRITE_API=
# WebAuthn RP (must match effective domain)
NEXT_PUBLIC_RP_ID=localhost
NEXT_PUBLIC_RP_NAME=Appwrite Passkey Demo
NEXT_PUBLIC_ORIGIN=http://localhost:3000
# HMAC secret for stateless WebAuthn challenge tokens
PASSKEY_CHALLENGE_SECRET=change_me_strong_random
# Rate limiting (defaults if unset: window 60000ms, max 10-30 depending route)
WEBAUTHN_RATE_LIMIT_WINDOW_MS=60000
WEBAUTHN_RATE_LIMIT_MAX=20
# Challenge TTL (ms). Default 120000 (2 minutes)
WEBAUTHN_CHALLENGE_TTL_MS=120000
# wallet
NEXT_PUBLIC_FUNCTION_ID=
NEXT_PUBLIC_APP_NAME="YOUR_APP_NAME"
# Application origin and subdomain
NEXT_PUBLIC_APP_ORIGIN=whisperrnote.space
NEXT_PUBLIC_APP_ORIGIN_DEFAULT=app
# Theme colors - Dark mode
NEXT_PUBLIC_COLORS_PRIMARY="#f9c806"
NEXT_PUBLIC_COLORS_SECONDARY="#231f0f"
NEXT_PUBLIC_COLORS_FOREGROUND="#bbb49b"
NEXT_PUBLIC_COLORS_BACKGROUND="#181711"
# Theme colors - Light mode (optional, defaults provided)
NEXT_PUBLIC_COLORS_PRIMARY_LIGHT="#f9c806"
NEXT_PUBLIC_COLORS_SECONDARY_LIGHT="#f5f5f5"
NEXT_PUBLIC_COLORS_FOREGROUND_LIGHT="#333333"
NEXT_PUBLIC_COLORS_BACKGROUND_LIGHT="#ffffff"
NEXT_PUBLIC_COLORS_PRIMARY_LIGHT="#f9c806"
NEXT_PUBLIC_COLORS_SECONDARY_LIGHT="#f7f6f2"
NEXT_PUBLIC_COLORS_FOREGROUND_LIGHT="#231f0f"
NEXT_PUBLIC_COLORS_BACKGROUND_LIGHT="#ffffff"
NEXT_PUBLIC_APP_ORIGIN=whisperrnote.space
NEXT_PUBLIC_APP_ORIGIN_DEFAULT=app